0.1.9 • Published 6 years ago

bns-client v0.1.9

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

Blockchain Name Service Client

bns-client is a javascript library to interact with all the BNS methods. It can help for creating client and server apps to connect with BNS.

Get Start

Use this commands in the console:

npm install bns-client

Usage

let BNS = require('bns/lib/BNS').default;
let bns = new BNS(); 

Example for all methods

Please check examples for more information.

Contributing

See CONTRIBUTING.md for how to help out.

Licence

See LICENSE for details.