JavaScript wrapper for the web API of the Bazo cryptocurrency
-
Install Node.js & NPM
-
Install Yarn
npm install -g yarn
-
Install Project Dependencies
yarn install
Simply require the index.js
file in your npm-based project or link the complete module.
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