Go to file
Victor c0dc911639 Merge pull request #20 from vbaranov/master
Oracles contract ABI is missing
2017-10-20 13:33:23 +03:00
assets Merge pull request #20 from vbaranov/master 2017-10-20 13:33:23 +03: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 Oracles contract ABI is missing 2017-10-20 13:32:19 +03: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