Merge pull request #5 from goerli/a5-docs-readme

docs: fix screenshots
pull/7/head
Afri Schoedon 6 years ago committed by GitHub
commit a166125a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Gruntfile.js
  2. 4
      README.md
  3. 0
      src/images/screenshot-poa.png
  4. BIN
      src/images/screenshot-pow.png
  5. BIN
      src/images/screenshot-v0.0.1.jpg
  6. BIN
      src/images/screenshot-v0.0.2.jpg
  7. BIN
      src/images/screenshot-v0.0.5.jpg
  8. BIN
      src/images/screenshot.jpg

@ -75,7 +75,7 @@ module.exports = function(grunt) {
{
expand: true,
cwd: 'src/images/',
src: ['*.ico'],
src: ['*.*'],
dest: 'dist/',
filter: 'isFile'
},
@ -106,7 +106,7 @@ module.exports = function(grunt) {
{
expand: true,
cwd: 'src/images/',
src: ['*.ico'],
src: ['*.*'],
dest: 'dist/',
filter: 'isFile'
},

@ -5,7 +5,7 @@ Ethereum Network Stats with POA and POW support
This is a visual interface for tracking proof-of-work ("mainnet") and proof-of-authority ("testnet") 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 [netstats-client](https://github.com/goerli/netstats-client).
## Proof-of-Authority
![Screenshot](src/images/screenshot-v0.1.0.png "Screenshot")
![Screenshot](src/images/screenshot-poa.png "Screenshot POA")
#### Prerequisite
* node
@ -40,7 +40,7 @@ Find the interface at http://localhost:3000
## Proof-of-Work (Legacy)
![Screenshot](src/images/screenshot-v0.0.6.png "Screenshot")
![Screenshot](src/images/screenshot-pow.png "Screenshot POW")
Same as above, just run the `pow` build task in Grunt.

Before

Width:  |  Height:  |  Size: 213 KiB

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 881 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Loading…
Cancel
Save