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
- Host: GitHub
- URL: https://github.com/craiggleso/ethstats-parity
- Owner: CraigglesO
- License: apache-2.0
- Created: 2017-02-27T08:21:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T06:41:17.000Z (over 9 years ago)
- Last Synced: 2025-03-30T17:16:13.950Z (over 1 year ago)
- Topics: dapp, ethcore, parity, ui
- Language: JavaScript
- Size: 1020 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

