Hyperledger Explorer is a simple, powerful, easy-to-use, highly maintainable, open source browser for viewing activity on the underlying blockchain network. Users have the ability to configure & build Hyperledger Explorer natively on macOS and Ubuntu.
If you're looking for public explorer try this Custom Block Explorer
This repository uses Explorer's api to fetch data with new fresh design.
Quick start
-
Install Dependencies
npm install
-
Export Your hosted explorer's endpoint
export EXPLORER_URL='https://your-hosted-explorer-ip-or-link'
-
Start React Server
npm start
Docker support will be added in future
- Transaction Subscription ( You'll get notify for new transaction, New Block or even on new channel creation)
- Totally Customization according to your design just by changing Environment Variable.
- Minor Design Fixes.
- Also Moving from Shopify Polaris to Ant Design
- New Public Blockchain Explorer
Note: A Separate Repo will be created for Public Blockchain Explorer
A Big thanks to Maximilian Stoiber for create awesome highly scalable react boilerplate.