docker.grassecon.net/kitabu/ethstats-client:1.0.0
| bin | ||
| lib | ||
| .gitignore | ||
| app.js | ||
| config.default.js | ||
| Dockerfile | ||
| LICENSE | ||
| package.json | ||
| Procfile | ||
| README.md | ||
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