Go to file
Victor Baranov 88f54c5ad1
Merge pull request #69 from vbaranov/softening-of-alert
(Fix) Beautify alerts
2018-02-23 16:23:27 +03:00
docs Results page in README 2017-12-15 22:28:43 -05:00
public fix year in footer 2018-02-23 15:20:02 +03:00
src Merge pull request #69 from vbaranov/softening-of-alert 2018-02-23 16:23:27 +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 (Update) Remove links from readme 2018-01-09 17:30:50 -08:00
package-lock.json rm react-router-dom 2018-02-23 15:22:09 +03:00
package.json rm react-router-dom 2018-02-23 15:22:09 +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 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