readme changes
This commit is contained in:
parent
0d43f13fdb
commit
c2e8dfdf33
@ -5,14 +5,14 @@ Ethereum Network Intelligence API
|
|||||||
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 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.
|
||||||
|
|
||||||
## Prerequisite
|
## Prerequisite
|
||||||
* cpp-ethereum
|
* eth or geth
|
||||||
* node
|
* node
|
||||||
* npm
|
* npm
|
||||||
|
|
||||||
|
|
||||||
## Installation on Ubuntu
|
## Installation on Ubuntu
|
||||||
|
|
||||||
Fetch and run the build shell. This will install everything you need: latest cpp-ethereum - CLI (develop branch), node.js, npm, pm2.
|
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.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bash <(curl https://raw.githubusercontent.com/cubedro/eth-net-intelligence-api/master/bin/build.sh)
|
bash <(curl https://raw.githubusercontent.com/cubedro/eth-net-intelligence-api/master/bin/build.sh)
|
||||||
|
Loading…
Reference in New Issue
Block a user