Go to file
viktor 0deeedd55a web3.isAddress is deprecated in web3 1.0.x fix 2017-11-27 15:22:16 -08:00
assets web3.isAddress is deprecated in web3 1.0.x fix 2017-11-27 15:22:16 -08:00
docs Screenshots update 2017-07-06 13:17:46 +03:00
favicons favicons update 2017-06-23 15:00:52 +03:00
.gitignore Oracles network Voting Dapp. Initial commit. 2017-06-14 15:04:12 +03:00
LICENSE added MIT license 2017-07-05 15:58:36 -07:00
README.md README update 2017-08-15 16:53:54 +03:00
gulpfile.js Oracles network Voting Dapp. Initial commit. 2017-06-14 15:04:12 +03:00
index.html web3 0.x to 1.0.x 2017-11-23 19:49:30 +03:00
manifest.json Oracles network Voting Dapp. Initial commit. 2017-06-14 15:04:12 +03:00
modules.js web3 0.x to 1.0.x 2017-11-23 19:49:30 +03:00
newBallot.html Personal data are moved to 2nd screen. This closes #2 2017-06-20 23:20:01 +03:00
package-lock.json web3 0.x to 1.0.x 2017-11-23 19:49:30 +03:00
package.json web3 0.x to 1.0.x 2017-11-23 19:49:30 +03:00

README.md

Oracles 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 only your UNANSWERED or EXPIRED ballots. Search by ballots' data is available too.

Single ballot page is opened by clicking VOTE NOW button.

Single ballot page

Here you can vote for or against notary. If total number of votes > 3, notary will be added or deleted from the network depending on votes majority after voting will be finished.

New ballot page

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

Settings page

You can return to this page from any page by clicking Settings button. You can choose your voting key here.

Configuration file

It is configured with Oracles network contract

Path: ./assets/javascripts/config.json

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

Building from source

  1. npm install

  2. npm run sass

  3. npm run coffee

  4. npm start