Merge pull request #123 from cubedro/develop

Develop update + readme.md changes
This commit is contained in:
Marian OANCΞA 2015-05-12 04:00:32 +03:00
commit 31cd3bb559
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ Ethereum Network Intelligence API
============
[![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url]
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](https://github.com/cubedro/eth-netstats) and feed information constantly.
This is the backend service which runs along with ethereum and tracks the network status, fetches information through JSON-RPC and connects through WebSockets to [eth-netstats](https://github.com/cubedro/eth-netstats) to feed information. For full install instructions please read the [wiki](https://github.com/ethereum/wiki/wiki/Network-Status).
## Prerequisite
* eth, geth or pyethapp
@ -10,7 +11,7 @@ This is the backend service which runs along with the node for tracking the ethe
* npm
## Installation on Ubuntu
## Installation on an Ubuntu EC2 Instance
Fetch and run the build shell. This will install everything you need: latest ethereum - CLI from develop branch (you can choose between eth or geth), node.js, npm & pm2.