bns-client
v0.1.9
Published
bns client
Downloads
22
Readme
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-clientUsage
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.
