ethstats-client/README.md

21 lines
310 B
Markdown
Raw Normal View History

2015-02-11 23:21:10 +01:00
eth-netstatsservice
============
Ethereum Network Stats Service
To run via Docker
create a docker image via
```
docker build --tag="eth-netstatsservice" path/to/eth-netstatsservice-repo
```
run it via
```
docker run --publish=3000:3000 eth-netstatsservice
```
see the interface at http://localhost:3000