Giter Site home page Giter Site logo

blockchain-explorer's Introduction

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.

blockchain-explorer's People

Contributors

boguslavsky avatar dependabot[bot] avatar qvantor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blockchain-explorer's Issues

App config from a file

Might come in handy to take application configuration (port, api-root etc.) from a file (e.g., any of JSON / JSON5 / YAML / TOML) in addition to command arguments if the number of parameters increases in the future and/or the structure of configuration becomes more complex.

add search

Make it possible to search by block height, transaction hash.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.