Go to file
viktor 6ba7deb613 package json actualization; README.md update: Build from source section is added;Code refactoring 2017-06-28 19:22:53 +03:00
assets package json actualization; README.md update: Build from source section is added;Code refactoring 2017-06-28 19:22:53 +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
README.md package json actualization; README.md update: Build from source section is added;Code refactoring 2017-06-28 19:22:53 +03:00
gulpfile.js MetaMask support 2017-06-22 15:12:46 +03:00
index.html Refactoring, functions comments 2017-06-28 16:42:40 +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 package json actualization; README.md update: Build from source section is added;Code refactoring 2017-06-28 19:22:53 +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"
    }
  }
}

Building from source

  1. npm install

  2. npm run sass

  3. npm run coffee

  4. npm start