docker.grassecon.net/kitabu/ethstats-client:1.0.0
Go to file
cubedro a79210c510 added aws file 2015-02-12 23:59:01 +02:00
bin added aws file 2015-02-12 23:59:01 +02:00
lib added aws file 2015-02-12 23:59:01 +02:00
.gitignore added custom config option 2015-02-12 04:55: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
Procfile init commit 2015-02-12 00:21:10 +02:00
README.md init commit 2015-02-12 00:21:10 +02:00
app.js added node model functionality 2015-02-12 14:26:47 +02:00
config.default.js added socket connectivity 2015-02-12 16:02:44 +02:00
package.json added aws file 2015-02-12 23:59:01 +02:00
processes.json added aws file 2015-02-12 23:59:01 +02:00
provision.sh added aws file 2015-02-12 23:59:01 +02:00

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