ethstats-server/README.md

33 lines
966 B
Markdown
Raw Normal View History

2014-12-03 04:05:19 +01:00
Ethereum Network Stats
2015-02-25 22:28:20 +01:00
============
[![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url]
2015-02-04 11:37:56 +01:00
2015-02-26 19:33:57 +01:00
This is a visual interface for tracking ethereum network status. It uses WebSockets to receive stats from running nodes and output it through an angular interface. It's the front-end for [eth-net-intelligence-api](https://github.com/cubedro/eth-net-intelligence-api).
2015-02-26 19:34:53 +01:00
![Screenshot](/public/images/screenshot.jpg?raw=true "Screenshot")
## Prerequisite
* node
* npm
## Installation
To install via Docker
2015-02-04 11:37:56 +01:00
create a docker image via
```
docker build --tag="eth-netstats" path/to/eth-netstats-repo
```
run it via
```
docker run --publish=3000:3000 eth-netstats
```
see the interface at http://localhost:3000
2015-02-25 22:28:20 +01:00
[travis-image]: https://travis-ci.org/cubedro/eth-netstats.svg
[travis-url]: https://travis-ci.org/cubedro/eth-netstats
[dep-image]: https://david-dm.org/cubedro/eth-netstats.svg
[dep-url]: https://david-dm.org/cubedro/eth-netstats