ethstats-server/README.md

21 lines
274 B
Markdown
Raw Normal View History

2014-12-03 04:05:19 +01:00
eth-netstats
============
Ethereum Network Stats
2015-02-04 11:37:56 +01:00
To run 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