This is a visual interface for tracking Meter 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 meter-stats-node.
This service is hosted and maintained by Jelly.
- Dashboard: https://meterstats.jellypool.xyz/
In order to build the static files you have to run grunt tasks which will generate dist directories containing the js and css files, fonts and images.
grunt poa
To build the static files for a network other than Ethereum copy and change src/js/defaultConfig.js and run the following command.
grunt poa --configPath="src/js/someOtherConfig.js"
This a fork of https://github.com/cubedro/eth-netstats but for Meter!