Merge pull request #3 from AyushyaChitransh/patch-2
Add instruction to add new node
This commit is contained in:
commit
6fc79cfad3
@ -4,6 +4,7 @@ Ethereum Network Stats based off github.com/cubedro/eth-netstats
|
|||||||
|
|
||||||
This is a visual interface for tracking ethereum 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](https://github.com/eosclab/eth-net-intelligence-api).
|
This is a visual interface for tracking ethereum 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](https://github.com/eosclab/eth-net-intelligence-api).
|
||||||
|
|
||||||
|
|
||||||
![Screenshot](https://raw.githubusercontent.com/eosclab/eth-netstats/master/src/images/screenshot.jpg?v=0.0.6 "Screenshot")
|
![Screenshot](https://raw.githubusercontent.com/eosclab/eth-netstats/master/src/images/screenshot.jpg?v=0.0.6 "Screenshot")
|
||||||
|
|
||||||
## Prerequisite
|
## Prerequisite
|
||||||
@ -36,6 +37,10 @@ npm start
|
|||||||
|
|
||||||
see the interface at http://localhost:3000
|
see the interface at http://localhost:3000
|
||||||
|
|
||||||
|
## Add nodes to site
|
||||||
|
|
||||||
|
For now, the site should be looking blank. For instruction on adding new nodes to the site, refer to [eth-net-intelligence-api](https://github.com/eosclab/eth-net-intelligence-api).
|
||||||
|
|
||||||
## Updates since original cubedro/eth-netstats base:
|
## Updates since original cubedro/eth-netstats base:
|
||||||
|
|
||||||
+ Fixed block history if chain is shorted than MAX_HISTORY
|
+ Fixed block history if chain is shorted than MAX_HISTORY
|
||||||
|
Loading…
Reference in New Issue
Block a user