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-api which is copied from eth-net-intelligence-api (see LICENSE).
- Docker
Make sure you have Docker installed.
git clone https://github.com/klaytn/klaytn-netstats
cd klaytn-netstats
./1.build.sh
This script will run both back-end(klaytn-api) and front-end(klaytn-netstats) in a single docker container.
./2.run.sh
Navigate to http://localhost:3000
in your browser.