1.0.5 • Published 5 years ago

cyphernode-client v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago