Go to file
viktor 00fac60953 Retina styles fix 2017-06-22 23:05:50 +03:00
assets Retina styles fix 2017-06-22 23:05:50 +03:00
favicons Oracles network keys generation dapp. Initial commit 2017-06-14 00:13:03 +03:00
.gitignore Oracles network keys generation dapp. Initial commit 2017-06-14 00:13:03 +03:00
README.md config updated in README.md 2017-06-20 17:50:59 +03:00
gulpfile.js MetaMask support 2017-06-22 15:12:46 +03:00
index.html Validating of window initial key at the beginning 2017-06-22 17:52:12 +03:00
index.png First page screen with demo data 2017-06-14 17:11:54 +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 MetaMask support 2017-06-22 15:12:46 +03:00
results.png Oracles network keys generation dapp. Initial commit 2017-06-14 00:13:03 +03:00

README.md

Oracles network Initial Key Distribution Dapp

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"
    }
  }
}