Go to file
Victor fbd41909b3 Merge pull request #16 from vbaranov/master
gas estimation correction
2017-09-18 12:33:46 -07:00
assets Merge pull request #16 from vbaranov/master 2017-09-18 12:33:46 -07:00
docs png reorg 2017-07-06 13:27:45 +03:00
favicons favicons update 2017-06-23 15:02:00 +03:00
.gitignore Oracles network keys generation dapp. Initial commit 2017-06-14 00:13:03 +03:00
LICENSE added MIT license 2017-07-05 15:54:13 -07:00
README.md README update 2017-08-15 16:42:22 +03:00
gulpfile.js fixes 2017-08-11 20:16:05 +03:00
index.html gas estimation correction; this closes #9 2017-09-18 12:32:11 -07:00
keys.html Keys copy button 2017-08-16 18:16:19 +03:00
manifest.json Oracles network keys generation dapp. Initial commit 2017-06-14 00:13:03 +03:00
package.json web3 lib update to 0.19 2017-08-15 17:26:20 +03:00

README.md

Oracles 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 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