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.
 
 
 
EOS Classic 4b671ba1af
Bump version to 0.1.0
6 years ago
bin fixed bin/www 10 years ago
lib Introduce an ID reservation list. 6 years ago
src Add exa hash on filters.js just in case 6 years ago
.dockerignore Add automated docker hub builds 6 years ago
.gitignore primus bump 8 years ago
.travis.yml build -> dist 6 years ago
Dockerfile Add automated docker hub builds 6 years ago
Gruntfile.js switched source maps off 9 years ago
LICENSE Initial commit 10 years ago
Procfile fixed Procfile 10 years ago
README.md Update README.md 6 years ago
app.js Introduce an ID reservation list. 6 years ago
package-lock.json Bump version to 0.1.0 6 years ago
package.json Bump version to 0.1.0 6 years ago

README.md

Ethereum Network Stats based off github.com/cubedro/eth-netstats

Build Status dependency status

This is a visual interface for tracking ethereum network status. It uses WebSockets to receive stats from running nodes and output them through an angular interface. It is the front-end implementation for eth-net-intelligence-api.

Screenshot

Prerequisite

  • node
  • npm

Installation

Make sure you have node.js and npm installed.

Clone the repository and install the dependencies

git clone https://github.com/eosclab/eth-netstats
cd eth-netstats
npm install

Build the resources

To build run

npm run dist

Run

npm start

see the interface at http://localhost:3000

Updates since original cubedro/eth-netstats base:

  • Fixed block history if chain is shorted than MAX_HISTORY

  • Fixed broken headings in Markdown files

  • Docker support added (compatible with puppeth)

  • Updated geoip-lite package to latest version (fixed location info)

  • Responsive design patch added for mobile view

  • Bug fixed with charts and formats

To-do list

  • Update npm libraries for vulnerability patch & performance increase

  • Add average TPS calculation

  • More features with DPOS / POA!