@owstack/explorer-lib
v0.0.9
Published
A JavaScript blockchain explorer library.
Downloads
20
Readme
ExplorerLib
A JavaScript blockchain explorer library.
Get Started
npm install @owstack/explorer-lib
Documentation
The complete docs are hosted here: explorer-api documentation.
Security
If you find a security issue, please email [email protected].
Contributing
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.
Building the Browser Bundle
To build a explorer-lib full bundle for the browser:
gulp browser
This will generate files named explorer-lib.js
and explorer-lib.min.js
.
Development & Tests
git clone https://github.com/owstack/explorer-lib
cd explorer-lib
npm install
Run all the tests:
gulp test
You 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
.
License
Code released under the MIT license.
Copyright 2019 Open Wallet Stack.