Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@nimiq/nano-api

Package Overview
Dependencies
Maintainers
8
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimiq/nano-api

Nano Network API

Source
npmnpm
Version
0.1.0-alpha4
Version published
Weekly downloads
812
13433.33%
Maintainers
8
Weekly downloads
 
Created
Source

Nano Api

A high-level API to the Nimiq nano client. This is intended to be the basis for nimiq wallet applications.

Setup

npm install @nimiq/nano-api

or

yarn add @nimiq/nano-api

Create an Instance:

const config = {
	cdn: 'https://cdn.nimiq.com/nimiq.js',
	network: 'test' // or 'main'
}
const nimiq = new NanoApi(config)

FAQs

Package last updated on 12 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts