A JavaScript cryptocurrency network library.
npm install @owstack/network-libNetworkLib
=======



A JavaScript cryptocurrency network library.
```
npm install @owstack/network-lib
The complete docs are hosted here: networkLib documentation.
If you find a security issue, please email security@openwalletstack.com.
Please send pull requests for bug fixes, code optimization, and ideas for improvement. For more information on how to contribute, please refer to our CONTRIBUTING file.
To build a network-lib full bundle for the browser:
`sh`
gulp browser
This will generate files named network-lib.js and network-lib.min.js.
`sh`
git clone https://github.com/owstack/network-lib
cd network-lib
npm install
Run all the tests:
`sh`
gulp test
You can also run just the Node.js tests with gulp test:node, just the browser tests with gulp test:browsercoverage/lcov-report/index.html
or create a test coverage report (you can open to visualize it) with gulp coverage`.
Code released under the MIT license.
Copyright 2018 Open Wallet Stack.