poa-dapps-voting/README.md

27 lines
912 B
Markdown
Raw Normal View History

2017-12-25 09:01:09 -08:00
# POA Network Governance Dapp
2017-12-25 09:01:09 -08:00
## Supported browsers
2017-12-25 09:01:09 -08:00
* Google Chrome v 59.0.3071.115+
2017-07-06 04:07:09 -07:00
2017-12-25 09:01:09 -08:00
## MetaMask plugin setup
2017-07-06 04:07:09 -07:00
2018-02-05 13:18:30 -08:00
* [Connect to POA Network in MetaMask plugin](https://github.com/poanetwork/wiki/wiki/POA-Network-on-MetaMask) and import your voting key.
2017-07-06 04:07:09 -07:00
2018-02-05 13:18:30 -08:00
## Governance Dapp overview
2017-07-06 04:07:09 -07:00
2018-02-05 13:18:30 -08:00
Please check related posts in wiki [Governance Overview](https://github.com/poanetwork/wiki/wiki/Governance-Overview) and [Ballots life cycle](https://github.com/poanetwork/wiki/wiki/Ballots-Overview.-Life-cycle-and-limits)
2018-02-05 13:18:30 -08:00
## Configuration
Governance DApp is configured with [POA Network governance contracts](https://github.com/poanetwork/poa-network-consensus-contracts)
2018-02-05 13:18:30 -08:00
There are contracts' addresses for [sokol](https://github.com/poanetwork/poa-chain-spec/blob/sokol/contracts.json) and [core](https://github.com/poanetwork/poa-chain-spec/blob/core/contracts.json).
2017-12-11 14:23:01 -08:00
2017-12-25 09:01:09 -08:00
## Building from source
2017-12-25 09:01:09 -08:00
1) `npm i`
2017-12-25 09:01:09 -08:00
2) `npm start`