docs: fix screenshots

This commit is contained in:
5chdn 2018-12-03 21:07:10 +01:00
parent 2f25d94fc4
commit f4440ab092
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
8 changed files with 4 additions and 4 deletions

View File

@ -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'
},

View File

@ -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.

View File

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