A JavaScript blockchain explorer client.
npm install @owstack/explorer-client
The complete docs are hosted here: explorer-api 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 explorer-client full bundle for the browser:
gulp browserThis will generate files named explorer-client.js and explorer-client.min.js.
git clone https://github.com/owstack/explorer-client
cd explorer-client
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.
Code released under the MIT license.
Copyright 2019 Open Wallet Stack.