Go to file
Victor Baranov 0e0743ad2e eslint+prettier configuration 2018-10-15 17:52:03 +03:00
docs Updated screenshot for stateOfTheDapps 2018-08-27 19:45:23 +03:00
public sokol coloring scheme 2018-02-23 18:45:12 +03:00
src eslint+prettier configuration 2018-10-15 17:52:03 +03:00
.babelrc eslint+prettier configuration 2018-10-15 17:52:03 +03:00
.editorconfig eslint+prettier configuration 2018-10-15 17:52:03 +03:00
.eslintrc eslint+prettier configuration 2018-10-15 17:52:03 +03:00
.gitignore remove build folder from repo 2017-12-07 21:43:21 -08:00
.nvmrc (Fix) Netlify add node.js version 2018-01-19 20:17:42 -08:00
LICENSE License, readme update: Oracles network to POA network 2017-12-15 22:14:02 -05:00
README.md improve formatting 2018-10-03 13:25:55 +03:00
package-lock.json eslint+prettier configuration 2018-10-15 17:52:03 +03:00
package.json eslint+prettier configuration 2018-10-15 17:52:03 +03: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 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