BitSign explorer currently only runs on Parity Nodes with fat_db and traces activated.
- Parity Software v1.1.11+ (https://www.parity.io/)
- Bytecode Utils library (https://www.npmjs.com/package/bytecode-utils)
- React-Eth library (https://www.npmjs.com/package/react-eth)
- Traces and Fat_db activated (https://wiki.parity.io/Configuring-Parity-Ethereum)
- Privated or public EVM based blockchains (https://wiki.parity.io/Proof-of-Authority-Chains)
The latest version of the explorer can be found here! Check it out »
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
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:
Clone this repository and run:
$ docker-compose up