ConsenSys/eth-netstats

Name: eth-netstats

Owner: ConsenSys

Description: Ethereum Network Stats

Forked from: cubedro/eth-netstats

Created: 2015-12-15 14:22:02.0

Updated: 2016-05-11 10:37:43.0

Pushed: 2015-10-28 21:23:46.0

Homepage: https://stats.ethdev.com/

Size: 9202

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ethereum Network Stats

Build Status dependency status

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.

Screenshot

Prerequisite
Installation

Make sure you have node.js and npm installed.

Clone the repository and install the dependencies

clone https://github.com/cubedro/eth-netstats
th-netstats
install
 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

t

To build the lite version run

t lite

If you want to build both versions run

t all
Run
start

see the interface at http://localhost:3000


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.