Skip to content

bazo-blockchain/bazo-api-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazo-api-lib

JavaScript wrapper for the web API of the Bazo cryptocurrency

Setup

  1. Install Node.js & NPM

  2. Install Yarn

    npm install -g yarn
    
  3. Install Project Dependencies

    yarn install
    

Development

Simply require the index.js file in your npm-based project or link the complete module.

Testing

Spin up a bazo node consisting of bazo miner and bazo client and configure the testing file in test/test.js with a valid URL, root and non-root accounts. Then run the unit tests:

yarn run test

About

A JavaScript wrapper library for the bazo light client API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published