- Google Chrome v 59.0.3071.115+
-
Choose Oracles network in Oracles plugin (See Choosing of Oralces Network from wiki)
-
Import your voting key to Oracles Plugin (See Governance section from wiki).
Check Governance Dapp section from wiki
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.
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.
Click NEW BALLOT button from any page to create a new ballot.
You can return to this page from any page by clicking Settings button. You can choose your voting key here.
It is configured with Oracles network contract
Path: ./assets/javascripts/config.json
{
"environment": "live",
"Ethereum": {
"live": {
"contractAddress": "Oracles_contract_address"
}
}
}
-
npm install
-
npm run sass
-
npm run coffee
-
npm start