ethstats-client/README.md
2015-02-26 23:02:13 +02:00

964 B

Ethereum Network Intelligence API

Build Status dependency status

This is the backend service which runs along with the node for tracking the ethereum network status, fetches information through the JSON-RPC and connects through WebSockets to eth-netstats and feed information constantly.

Prerequisite

  • node
  • npm
  • cpp-ethereum

Installation on Ubuntu

Fetch and run the build shell.

curl https://raw.githubusercontent.com/cubedro/eth-net-intelligence-api/master/bin/build.sh | sh

Run

Run it using pm2:

cd ~/bin/www
pm2 start processes.json