An application for monitoring blocks and transactions in Exonum blockchain.
Explorer compatibility with Exonum core:
| Core version | Tag |
|---|---|
1.0.* |
v0.11 |
0.10.* |
v0.10 |
0.9.* |
v0.9 |
0.8.* |
v0.8 |
0.7.* |
v0.6 |
0.6.* |
v0.6 |
0.5.* |
v0.1 |
0.4.0 |
v0.1 |
0.3.0 |
v0.1 |
0.2.0 |
v0.1 |
0.1.* |
v0.1 |
First, install dependencies:
npm installBuild sources:
npm run buildRun app:
npm start -- --port=3000 --public-api-root=http://127.0.0.1:8200 --private-api-root=http://127.0.0.1:8201--portis a port for Node.JS app.--public-api-rootis a root URL of Exonum node public API.--private-api-rootis a root URL of Exonum node private API.
CORS headers must be setted up in Exonum node configuration to use the application as static html pages.
See allow_origin parameter in Exonum docs.
Run index.html.
Exonum Blockchain Explorer is licensed under the Apache License (Version 2.0). See LICENSE for details.
