Skip to content

A visual tool to explore the block chain and all of its forks.

Notifications You must be signed in to change notification settings

iron-fish/chain-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chain Explorer

This project is used to visually explore the blockchain for debugging purposes. It's not the block explorer (https://explorer.ironfish.network), which is located at https://github.com/iron-fish/block-explorer

Screenshot

How to Use

Right now, data is pulled manually from src/data.json which is exported by ironfish chain:export. Down the line, we want to serve this live from the node itself, or a data source such as an API that can serve the data real time. Sample data is provided at src/data.json if needed.

  1. (cd ironfish-cli; yarn start chain:export --path="../../chain-explorer/src/data.json")
  2. (cd chain-explorer; yarn start)
  3. open http://localhost:9000
cd ironfish-cli
yarn start chain:export

cd chain-explorer
yarn start

open http://localhost:9000

Note: you may need to run yarn install in ./chain-explorer to install all required packages.

About

A visual tool to explore the block chain and all of its forks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published