All Projects → exonum → blockchain-explorer

exonum / blockchain-explorer

Licence: Apache-2.0 license
An explorer for Exonum blockchains

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to blockchain-explorer

explorer
The reference blockchain explorer for Symbol.
Stars: ✭ 17 (+30.77%)
Mutual labels:  blockchain-explorer
mousexplore-vcoins
VCoin nodes for the MouseXplore block explorer
Stars: ✭ 15 (+15.38%)
Mutual labels:  blockchain-explorer
onechain
minimal blockchain ever
Stars: ✭ 56 (+330.77%)
Mutual labels:  blockchain-explorer
bitcoin-vr
An experiment to build a realtime VR visualization of Bitcoin transactions on the blockchain
Stars: ✭ 66 (+407.69%)
Mutual labels:  blockchain-explorer
WeBASE
WeBank Blockchain Application Software Extension
Stars: ✭ 453 (+3384.62%)
Mutual labels:  blockchain-explorer
bscscan-python
The most popular asynchronous Python API for BscScan (Binance Smart Chain Explorer), available via PyPI.
Stars: ✭ 260 (+1900%)
Mutual labels:  blockchain-explorer
near-explorer
NEAR blockchain explorer
Stars: ✭ 78 (+500%)
Mutual labels:  blockchain-explorer
theta-infrastructure-ledger-explorer
Explorer for the Theta Ledger
Stars: ✭ 57 (+338.46%)
Mutual labels:  blockchain-explorer
navigator-sia
An advanced blockchain explorer for the Sia network
Stars: ✭ 14 (+7.69%)
Mutual labels:  blockchain-explorer
LibraBrowser
LibraBrowser
Stars: ✭ 37 (+184.62%)
Mutual labels:  blockchain-explorer
indyscan
Hyperldger Indy Transaction Explorer
Stars: ✭ 52 (+300%)
Mutual labels:  blockchain-explorer
PyBC
Bitcoin blockchain parser for Python 2 and 3. Includes handy examples.
Stars: ✭ 26 (+100%)
Mutual labels:  blockchain-explorer
columbus-united
📦➿📦➿📦 Intuitive and insightful blockchain explorer 🔎
Stars: ✭ 18 (+38.46%)
Mutual labels:  blockchain-explorer
exonum-btc-anchoring
Exonum Bitcoin anchoring service (using multisignatures)
Stars: ✭ 44 (+238.46%)
Mutual labels:  exonum
exonum-java-binding
Java Binding for the Exonum blockchain framework
Stars: ✭ 62 (+376.92%)
Mutual labels:  exonum

Exonum Blockchain Explorer

An application for monitoring blocks and transactions in Exonum blockchain.

Exonum Blockchain Explorer

Use with different Exonum core versions

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

Setup

First, install dependencies:

npm install

Starting as a Node.JS server

Build sources:

npm run build

Run app:

npm start -- --port=3000 --public-api-root=http://127.0.0.1:8200 --private-api-root=http://127.0.0.1:8201
  • --port is a port for Node.JS app.
  • --public-api-root is a root URL of Exonum node public API.
  • --private-api-root is a root URL of Exonum node private API.

Build a static html pages

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.

LICENSE

Exonum Blockchain Explorer is licensed under the Apache License (Version 2.0). See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].