Go to file
Victor 1a23a8e4e7 Update README.md 2017-07-06 14:00:04 +03:00
assets Alerts text fixed 2017-06-30 16:05:40 +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 Update README.md 2017-07-06 14:00:04 +03:00
gulpfile.js MetaMask support 2017-06-22 15:12:46 +03:00
index.html Oracles -> Oracles Network 2017-07-06 13:02:08 +03:00
keys.html Oracles network keys generation dapp. Initial commit 2017-06-14 00:13:03 +03:00
manifest.json Oracles network keys generation dapp. Initial commit 2017-06-14 00:13:03 +03:00
package.json package json actualization; README.md update: Build from source section is added;Code refactoring 2017-06-28 19:22:53 +03:00

README.md

Oracles network Ceremony Dapp

Supported browsers

  • Google Chrome v 59.0.3071.115+

Oracles plugin setup

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