Skip to content

nextblu/meter-stats-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meter Network Stats

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.

What to expect

Screenshot

Build

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"

Huge thanks

This a fork of https://github.com/cubedro/eth-netstats but for Meter!