This is a visual interface for tracking simpleChain network status. It uses WebSockets to receive stats from running nodes and output them through an angular interface. It is the front-end implementation for eth-net-intelligence-api.
the boot nodes state of the SimpleChain network
#japan
47.91.16.204:3000
#cn
47.99.133.102:8888
You can join the state when Sipe start with parameters :
--metrics --ethstats yourname:simplechain@yourip:yourport
- node
- npm
Make sure you have node.js and npm installed.
Clone the repository and install the dependencies
git clone https://github.com/simplechain-org/netstats
cd netstats
npm install##Run
npm startsee the interface at http://localhost:3000