Skip to content

lisk-builders/lisk-network-stats

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.4%
  • CSS 7.9%
  • HTML 0.7%