docker.grassecon.net/kitabu/ethstats-client:1.0.0
Go to file
2015-02-12 15:38:09 +02:00
bin added node model functionality 2015-02-12 14:26:47 +02:00
lib updated node.info 2015-02-12 15:38:09 +02:00
.gitignore added custom config option 2015-02-12 04:55:09 +02:00
app.js added node model functionality 2015-02-12 14:26:47 +02:00
config.default.js updated node.info 2015-02-12 15:38:09 +02:00
Dockerfile init commit 2015-02-12 00:21:10 +02:00
LICENSE init commit 2015-02-12 00:21:10 +02:00
package.json updated node.info 2015-02-12 15:38:09 +02:00
Procfile init commit 2015-02-12 00:21:10 +02:00
README.md init commit 2015-02-12 00:21:10 +02: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