Fork of cubedro/eth-netstats used to expose Viction network status.
docker run -e "WS_SECRET=$SECRET" -p "3000:3000" buildonviction/netstats
# build source
npx grunt
# setup env
WS_SECRET=
LITE=
NODE_ENV=
NETWORK="testnet" | "mainnet"
#start source
node app.js