792 B
792 B
Ethereum Network Stats
Visual interface for tracking ethereum network status. This is the front-end for eth-net-intelligence-api.
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