This is a visual interface for tracking ethereum network status. It uses WebSockets to receive stats from running nodes and output them through an angular interface. It is the front-end implementation for [eth-net-intelligence-api](https://github.com/cubedro/eth-net-intelligence-api).
This is a visual interface for tracking ethereum network status. It uses WebSockets to receive stats from running nodes and output them through an angular interface. It is the front-end implementation for [eth-net-intelligence-api](https://github.com/cubedro/eth-net-intelligence-api).
@ -16,29 +16,16 @@ Make sure you have node.js and npm installed.
Clone the repository and install the dependencies
Clone the repository and install the dependencies
```bash
```bash
git clone https://github.com/cubedro/eth-netstats
git clone https://github.com/eosclab/eth-netstats
cd eth-netstats
cd eth-netstats
npm install
npm install
sudo npm install -g grunt-cli
```
```
## Build the resources
## Build the resources
NetStats features two versions: the full version and the lite version. In order to build the static files you have to run grunt tasks which will generate dist or dist-lite directories containing the js and css files, fonts and images.