Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Ethereum network status dashboard for PoW and PoA networks

License

Notifications You must be signed in to change notification settings

celo-org/ethstats-server

 
 

Celo Network Stats

This is a visual interface for tracking proof-of-work ("mainnet") and proof-of-authority ("testnet") 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 ethstats-client.

Proof-of-Stake

Screenshot

Prerequisite

  • node
  • npm

Installation

Make sure you have node.js (10 or above) and npm installed.

Clone the repository and install the dependencies:

git clone https://github.com/goerli/ethstats-server
cd ethstats-server
npm install
npm install -g grunt-cli

Build

In order to build the static files you have to run grunt tasks which will generate dist directories containing the js and css files, fonts and images.

grunt

To build the static files for a network other than Ethereum copy and change src/js/defaultConfig.js and run the following command.

grunt --configPath="src/js/celoConfig.js"

Run

Start a node process and pass a comma-separated list of trusted addresses to it or edit the list of trusted addresses in the server config.

TRUSTED_ADDRESSES="0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95,0xa0Af2E71cECc248f4a7fD606F203467B500Dd53B" npm start

Find the interface at http://localhost:3000

About

Ethereum network status dashboard for PoW and PoA networks

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.7%
  • JavaScript 30.4%
  • CSS 13.0%
  • HTML 6.7%
  • Dockerfile 0.2%