An open API service indexing awesome lists of open source software.

https://github.com/craiggleso/ethstats-parity

Parity port of the awesome ethstats project
https://github.com/craiggleso/ethstats-parity

dapp ethcore parity ui

Last synced: 2 months ago
JSON representation

Parity port of the awesome ethstats project

Awesome Lists containing this project

README

          

# Ethstat-parity

To use:

install packages:
`npm install`

update dist folder:
`webpack`

link the dist with parity

For Mac
`ln -s $PWD/dist $HOME/Library/Application\ Support/io.parity.ethereum/dapps/mydapp`

For Linux
`ln -s $PWD/dist $HOME/.local/share/io.parity.ethereum/dapps/mydapp`

### Ethstat port as a Parity dapp

![parity-ethstat](https://github.com/CraigglesO/ethstats-parity/blob/master/parity-ethstat.png)

![parity-ethstat2](https://github.com/CraigglesO/ethstats-parity/blob/master/parity-ethstat2.png)