Skip to content

klaytn/klaytn-netstats

 
 

Repository files navigation

Klaytn Network Stats

This is a visual interface for tracking Klaytn network status. It uses WebSockets to receive stats from running nodes and output them through an angular interface. This repo is forked from eth-netstats (see LICENSE). It is backed by the back-end implementation in klaytn-net-intelligence-api which is forked from eth-net-intelligence-api (see LICENSE).

Screenshot

Prerequisite

  • Docker

Build

Make sure you have Docker installed.

git clone https://github.com/klaytn/klaytn-netstats
cd klaytn-netstats
./1.build.sh

Run

This script will run front-end(klaytn-netstats) in a single docker container. This front-end service should be supported by klaytn-net-intelligence-api (back-end)

./2.run.sh

Navigate to http://localhost:3000 in your browser.

Packages

No packages published

Languages

  • JavaScript 92.6%
  • CSS 6.6%
  • Pug 0.7%
  • HTML 0.1%
  • Dockerfile 0.0%
  • Shell 0.0%