Skip to content

Latest commit

 

History

History
executable file
·
39 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

executable file
·
39 lines (26 loc) · 1.15 KB

Lisk Network Stats

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.

Screenshot

Installation

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

Build

npm run build

Configure

Change secret key

Run

PORT=3010 npm start

see the interface at http://localhost:3010

Credits

Thanks to cuberdo and his eth-netstats. This software has been created on the top of his work.