Go to file
viktor 9bf408b4e3 Support of mainnet contracts 2017-12-06 20:14:05 -08:00
assets Support of mainnet contracts 2017-12-06 20:14:05 -08:00
docs This closes #17 2017-11-22 20:19:20 +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 Commented code is removed 2017-11-22 18:24:29 +03:00
index.html Support of mainnet contracts 2017-12-06 20:14:05 -08: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
modules.js npm packages instead storing libs in repo; web3 migration to 1.0x 2017-11-22 19:53:49 +03:00
package-lock.json npm packages instead storing libs in repo; web3 migration to 1.0x 2017-11-22 19:53:49 +03:00
package.json npm packages instead storing libs in repo; web3 migration to 1.0x 2017-11-22 19:53:49 +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