Ethereum network status dashboard for PoW and PoA networks
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 dad7b8f2ba moved datamaps as angular directive 10 years ago
ansible Ansible setup to provide testing servers, closes #3 10 years ago
bin initial commit 10 years ago
config added back test nodes to config/nodes.default.js 10 years ago
models added uptime functionality 10 years ago
public moved datamaps as angular directive 10 years ago
views moved datamaps as angular directive 10 years ago
.gitignore updated .gitignore 10 years ago
Dockerfile added Docker file (fixes #1) 10 years ago
LICENSE Initial commit 10 years ago
Procfile fixed Procfile 10 years ago
README.md update docs for demo 10 years ago
app.js fixed local node null geo angular error 10 years ago
package.json updated Procfile and package.json for heroku integration 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