BSG
EVM based explorer, with contract verifier and MetaMask integration.

Requirements

BitSign explorer currently only runs on Parity Nodes with fat_db and traces activated.

Live site

The latest version of the explorer can be found here! Check it out »

Milestones

v0.0.9 - Stable

Progress

Release Date: 10/01/19

0.0.9 Milestones:

  • Bytecode-verifier integrated
  • React-eth library integrated to interact with verified contracts
  • Flow transaction direction represented with icons
  • RawTx tab added to inspect transaction result
  • Real time Socket to push latest transations to tables
  • Tab to display latest verified contracts
  • Integrated to MetaMask to write contract functions directly from the explorer
  • Contract function details on transaction view when browsing verified contracts
  • RPC provider selector
  • Stats viewer
  • Enhance event tab
  • Complete timeline tab

How to run

To install the dependencies tree:

$ npm i

For dev purposes, use webpack to build and launch React with:

$ npm run devmode

The application will launch automatically on the browser at:

http://localhost:8080

Using Docker Compose

Clone this repository and run:

$ docker-compose up