This is a visual interface for tracking lisk 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 lisk-network-reporter.
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash export NVM_DIR="/root/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm nvm install 6.2.0 git clone https://github.com/karek314/lisk-network-stats cd lisk-network-stats npm install
npm run build
Change secret key
PORT=3010 npm start
see the interface at http://localhost:3010
Thanks to cuberdo and his eth-netstats. This software has been created on the top of his work.