updated readme.md
This commit is contained in:
parent
905ee93a35
commit
90e9614247
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user