Go to file
Igor Barinov 6fdb1e31cc
Update README.md
2017-12-26 23:13:56 -05:00
docs Results page in README 2017-12-15 22:28:43 -05:00
public Fix links for footer/header logos 2017-12-25 21:35:28 +03:00
src Footer is updated with current social links; oraclesorg references are removed 2017-12-25 21:26:41 +03:00
.gitignore remove build folder from repo 2017-12-07 21:43:21 -08:00
LICENSE License, readme update: Oracles network to POA network 2017-12-15 22:14:02 -05:00
README.md Update README.md 2017-12-26 23:13:56 -05:00
package-lock.json Name and version are updated in package.json 2017-12-21 16:29:01 +03:00
package.json Footer is updated with current social links; oraclesorg references are removed 2017-12-25 21:26:41 +03:00

README.md

POA Network Ceremony Dapp

Deployed versions:

For Core (production) network use: https://poanetwork.github.io/poa-dapps-keys-generation/ For Sokol (test) network use: https://sokol-ceremony.poa.network

Supported browsers

  • Google Chrome v 59.0.3071.115+

MetaMask plugin setup

Ceremony Dapp lifecycle

Check Ceremony Dapp section from wiki

Initial page

Results page

Configuration file

It is configured with POA Network contract

Path: ./src/addresses.js

module.exports = {
  KEYS_MANAGER_ADDRESS: '0xfc90125492e58dbfe80c0bfb6a2a759c4f703ca8'
}

Building from source

  1. npm i

  2. npm start