ethstats-server/README.md
2015-02-26 20:33:57 +02:00

968 B

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