1.0.5 • Published 6 years ago

cyphernode-client v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Cyphernode Client for NPM

Links

Install with

npm install -s cyphernode-client

Setup and use

const Cyphernode = require('cyphernode-client');

Cyphernode.set({
  baseURL: '{String}',
  apiId: '{String}',
  apiKey: '{String}',
  // optional
  isMock: false,
})

Cyphernode.getBalance((err, res) => {  })
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago