Skip to content

bluecheat/sym-netstats

This branch is up to date with symverse-lab/sym-netstats:master.

Repository files navigation

Symverse Network DashBoard

This is a visual interface for tracking symverse network status. It uses WebSockets to receive stats from running nodes and output them through an angular interface.

Symverse Network DashBoard is based on eth-netstats.

Screenshot

Prerequisite

  • node
  • npm

Installation

Make sure you have node.js and npm installed.

Clone the repository and install the dependencies

git clone https://github.com/symverse-lab/sym-netstats.git
cd symstats
npm install
sudo npm install -g grunt-cli

##Build the resources NetStats features two versions: the full version and the lite version. In order to build the static files you have to run grunt tasks which will generate dist or dist-lite directories containing the js and css files, fonts and images.

To build the full version run

grunt

##Run

npm start

see the interface at http://localhost:3000

About

Symverse Network Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.3%
  • CSS 7.9%
  • HTML 0.8%