Go to file
Roman Storm e8775b1610
Merge pull request #39 from vbaranov/core
(Fix) address autocomplete && date & time input for endTime field for a new ballot form
2017-12-28 20:49:19 -08:00
config mobx state management is added 2017-12-19 17:27:27 +03:00
docs oraclesorg -> poanetwork 2017-12-25 20:11:11 +03:00
public address autocomplete with react-places-autocomplete; relates to #34 2017-12-28 18:08:53 +03:00
scripts mobx state management is added 2017-12-19 17:27:27 +03:00
src address autocomplete with react-places-autocomplete; relates to #34 2017-12-28 18:08:53 +03:00
.babelrc mobx dependencies are added 2017-12-19 14:04:22 +03:00
.gitignore Update addresses for core network 2017-12-25 22:25:17 +03:00
README.md Search logic; relates to #18 2017-12-26 15:12:37 +03:00
package-lock.json address autocomplete with react-places-autocomplete; relates to #34 2017-12-28 18:08:53 +03:00
package.json address autocomplete with react-places-autocomplete; relates to #34 2017-12-28 18:08:53 +03:00

README.md

POA Network Governance Dapp

Supported browsers

  • Google Chrome v 59.0.3071.115+

MetaMask plugin setup

Governance Dapp lifecycle

Check Governance Dapp section from wiki

Ballots page

You'll see the page with the list of all ballots. Here you can switch to see ACTIVE ballots. Search by ballots' data is available too.

New ballot page

Click NEW BALLOT button from any page to create a new ballot.

Configuration file

It is configured with POA Network contract

Path: ./src/contracts/addresses.js

module.exports = {
  KEYS_MANAGER_ADDRESS: '0xfc90125492e58dbfe80c0bfb6a2a759c4f703ca8',
    VOTING_TO_CHANGE_KEYS_ADDRESS: '0x49df4ec19243263e5db22da5865b4f482b8323a0',
    VOTING_TO_CHANGE_MIN_THRESHOLD: '0x8829ebe113535826e8af17ed51f83755f675789a',
    VOTING_TO_CHANGE_PROXY: '0x6b728399b41a38d4109f7af2213d4cc31ca87812',
    METADATA_ADDRESS: '0xcBB2912666c7e8023B7ec78B6842702eB26336aC',
    POA_ADDRESS: '0x8bf38d4764929064f2d4d3a56520a76ab3df415b',
    BALLOTS_STORAGE_ADDRESS: '0x0d7590c7aedf1e7e85fc9a1ee88f6f17d3ba762f'
}

Building from source

  1. npm i

  2. npm start