poa-dapps-keys-generation/README.md

1.3 KiB

POA Network Ceremony Dapp

Supported browsers

  • Google Chrome v 59.0.3071.115+

MetaMask plugin setup

Ceremony Dapp lifecycle

Check Ceremony Dapp section from white paper

Initial page

Results page

Configuration file

It is configured with POA Network governance smart contracts

Path: ./src/addresses.js

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

Building from source

  1. npm i

  2. npm start