A pure and powerful JavaScript BITSTASH library.
npm install bitstash-lib
bower install bitstash-lib
We're using bitstash-lib in production, but please use common sense when doing anything related to finances! We take no responsibility for your implementation decisions.
Please send pull requests for bug fixes, code optimization, and ideas for improvement.
To build a bitstash-lib full bundle for the browser:
gulp browserThis will generate files named bitstash-lib.js and bitstash-lib.min.js.
git clone https://github.com/BitStashBlockchain/bitstash-lib
cd bitstash-lib
npm installRun all the tests:
gulp testYou can also run just the Node.js tests with gulp test:node, just the browser tests with gulp test:browser
or create a test coverage report (you can open coverage/lcov-report/index.html to visualize it) with gulp coverage.