Go to file
viktor 608c658035 License, readme update: Oracles network to POA network 2017-12-15 22:14:02 -05:00
public Ceremony header/footer icons; Oracles network -> POA Network 2017-12-15 15:11:12 -05:00
src Update KeysManager contract ABI 2017-12-15 20:56:48 -05: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 License, readme update: Oracles network to POA network 2017-12-15 22:14:02 -05:00
package-lock.json Feature 1: hide passwords(Fixes#18) 2017-12-11 16:54:27 -08:00
package.json Feature 1: hide passwords(Fixes#18) 2017-12-11 16:54:27 -08:00

README.md

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