updated Readme.md
This commit is contained in:
parent
9b1e5d6e9f
commit
cf20937a70
12
README.md
12
README.md
@ -2,12 +2,22 @@ Ethereum Network Intelligence API
|
|||||||
============
|
============
|
||||||
[![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url]
|
[![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url]
|
||||||
|
|
||||||
Deploy on AWS, install dependencies, build eth, clone eth-net-intelligence-api and run as services forever
|
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
|
||||||
|
* 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
|
curl https://raw.githubusercontent.com/cubedro/eth-net-intelligence-api/master/bin/build.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Run
|
||||||
Run it using pm2:
|
Run it using pm2:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user