poa-dapps-keys-generation/README.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

# POA Network Ceremony Dapp
## Supported browsers
2017-07-06 03:34:50 -07:00
* Google Chrome v 59.0.3071.115+
2017-07-06 03:34:50 -07:00
## MetaMask plugin setup
* Connect to POA Network in MetaMask plugin (See [Connect to POA Network via MetaMask](https://github.com/poanetwork/wiki/blob/master/MetaMask-connect.md#connect-to-poa-network-via-metamask))
* Import your initial key to MetaMask Plugin: browse keystore file, received from invitation, and enter password for the key (See [Importing of keys from wiki](https://github.com/poanetwork/wiki/blob/master/MetaMask-connect.md#importing-of-keys)).
2017-07-06 03:34:50 -07:00
## Ceremony Dapp lifecycle
2017-07-06 04:03:58 -07:00
Check [Ceremony Dapp section from wiki](https://github.com/poanetwork/wiki/blob/master/ceremony.md)
2017-07-06 04:03:58 -07:00
## Initial page
![](./docs/index.png)
## Results page
![](./docs/results.png)
## Configuration file
It is configured with [POA Network contract](https://github.com/poanetwork/poa-network-consensus-contracts)
2017-12-21 02:31:29 -08:00
Path: [`./src/addresses.js`](./src/addresses.js)
```
module.exports = {
KEYS_MANAGER_ADDRESS: '0xfc90125492e58dbfe80c0bfb6a2a759c4f703ca8'
}
```
## Building from source
1) `npm i`
2) `npm start`