Update README and favicon
This commit is contained in:
parent
2bb307e7a2
commit
0041d710e9
@ -7,11 +7,13 @@
|
|||||||
|
|
||||||
[![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url]
|
[![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url]
|
||||||
|
|
||||||
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 teo 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 [teo-net-intelligence-api](https://github.com/tao-foundation/teo-net-intelligence-api).
|
||||||
|
|
||||||
![Screenshot](https://raw.githubusercontent.com/cubedro/eth-netstats/master/src/images/screenshot.jpg?v=0.0.6 "Screenshot")
|
![Screenshot](https://raw.githubusercontent.com/cubedro/eth-netstats/master/src/images/screenshot.jpg?v=0.0.6 "Screenshot")
|
||||||
|
|
||||||
## Prerequisite
|
## Prerequisite
|
||||||
|
|
||||||
|
* teo-net-intelligence-api
|
||||||
* node
|
* node
|
||||||
* npm
|
* npm
|
||||||
|
|
||||||
@ -21,7 +23,7 @@ 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/tao-foundation/teo-netstats
|
||||||
cd eth-netstats
|
cd eth-netstats
|
||||||
npm install
|
npm install
|
||||||
sudo npm install -g grunt-cli
|
sudo npm install -g grunt-cli
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 2.7 KiB |
@ -166,7 +166,7 @@ block content
|
|||||||
div.active-nodes.text-warning
|
div.active-nodes.text-warning
|
||||||
i.icon-warning-o
|
i.icon-warning-o
|
||||||
span.small-title ATTENTION!
|
span.small-title ATTENTION!
|
||||||
span.small-value This page does not represent the entire state of the ethereum network - listing a node on this page is a voluntary process.
|
span.small-value This page does not represent the entire state of the teo network - listing a node on this page is a voluntary process.
|
||||||
//- div.col-xs-12.stat-holder.box
|
//- div.col-xs-12.stat-holder.box
|
||||||
//- div.active-nodes.text-danger
|
//- div.active-nodes.text-danger
|
||||||
//- i.icon-hashrate
|
//- i.icon-hashrate
|
||||||
|
@ -3,7 +3,7 @@ doctype html
|
|||||||
html(ng-app="netStatsApp")
|
html(ng-app="netStatsApp")
|
||||||
head
|
head
|
||||||
meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1.0")
|
meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1.0")
|
||||||
title Ethereum Network Status
|
title TEO Network Status
|
||||||
style(type="text/css") [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
|
style(type="text/css") [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
|
||||||
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
|
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
|
||||||
link(rel='stylesheet', href='/css/netstats.min.css')
|
link(rel='stylesheet', href='/css/netstats.min.css')
|
||||||
|
Loading…
Reference in New Issue
Block a user