poa-dapps-keys-generation/README.md

1.1 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 wiki

Initial page

Results page

Configuration file

It is configured with Oracles network contract

Path: ./assets/javascripts/config.json

{
  "environment": "live",
  "Ethereum": {
    "live": {
      "contractAddress": "POA_Network_Consensus_contract_address"
    }
  }
}

Building from source

  1. npm i

  2. npm start