You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marian Oancea
2e6dc3d115
|
10 years ago | |
---|---|---|
ansible | 10 years ago | |
bin | 10 years ago | |
config | 10 years ago | |
models | 10 years ago | |
public | 10 years ago | |
views | 10 years ago | |
.gitignore | 10 years ago | |
Dockerfile | 10 years ago | |
LICENSE | 10 years ago | |
README.md | 10 years ago | |
app.js | 10 years ago | |
package.json | 10 years ago |
README.md
eth-netstats
Ethereum Network Stats
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