ethstats-client/README.md

21 lines
694 B
Markdown
Raw Normal View History

2015-02-12 23:30:12 +01:00
Ethereum Network Intelligence API
2015-02-11 23:21:10 +01:00
============
2015-02-25 22:28:34 +01:00
[![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url]
2015-02-11 23:21:10 +01:00
2015-02-12 23:35:22 +01:00
Deploy on AWS, install dependencies, build eth, clone eth-net-intelligence-api and run as services forever
2015-02-11 23:21:10 +01:00
```
2015-02-12 23:35:22 +01:00
curl https://raw.githubusercontent.com/cubedro/eth-net-intelligence-api/master/bin/build.sh | sh
2015-02-25 22:16:04 +01:00
```
Run it using pm2:
```
cd ~/bin/www
pm2 start processes.json
2015-02-25 22:28:34 +01:00
```
[travis-image]: https://travis-ci.org/cubedro/eth-net-intelligence-api.svg
[travis-url]: https://travis-ci.org/cubedro/eth-net-intelligence-api
[dep-image]: https://david-dm.org/cubedro/eth-net-intelligence-api.svg
[dep-url]: https://david-dm.org/cubedro/eth-net-intelligence-api