Go to file
Victor ac968e40b5 Merge pull request #3 from vbaranov/master
README update
2017-08-15 16:54:36 +03:00
assets twitter, forum new links 2017-07-03 17:30:10 +03:00
docs Screenshots update 2017-07-06 13:17:46 +03:00
favicons favicons update 2017-06-23 15:00:52 +03:00
.gitignore
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
index.html text 2017-07-05 16:00:19 -07:00
manifest.json
newBallot.html Personal data are moved to 2nd screen. This closes #2 2017-06-20 23:20:01 +03:00
package.json package json actualization; README.md update: Build from source section is added 2017-06-28 19:27:53 +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