Ethereum network status dashboard for PoW and PoA networks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
cubedro 8b872e7dcd fixed readme screenshot 10 years ago
bin
models added propagation time 10 years ago
public readme update 10 years ago
views added more filters 10 years ago
.gitignore
.travis.yml added travis.yml and badges 10 years ago
Dockerfile
LICENSE
Procfile
README.md fixed readme screenshot 10 years ago
app.js added latency on connection 10 years ago
package.json removed ansible because it's no longer needed 10 years ago

README.md

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 it through an angular interface. It's the front-end for eth-net-intelligence-api.

Screenshot

Prerequisite

  • node
  • npm

Installation

To install via Docker

create a docker image via

docker build --tag="eth-netstats" path/to/eth-netstats-repo

run it via

docker run --publish=3000:3000 eth-netstats

see the interface at http://localhost:3000