Go to file
viktor af1e70081e logos fix 2017-06-26 14:27:43 +03:00
assets logos fix 2017-06-26 14:27:43 +03:00
favicons favicons update 2017-06-23 14:59:13 +03:00
.gitignore Oracles network validators list dapp. Initial commit 2017-06-15 20:43:06 +03:00
README.md config of dapp is updated 2017-06-20 18:00:52 +03:00
gulpfile.js Oracles network validators list dapp. Initial commit 2017-06-15 20:43:06 +03:00
index.html logos fix 2017-06-26 14:27:43 +03:00
index.png Oracles network validators list dapp. Initial commit 2017-06-15 20:43:06 +03:00
manifest.json Oracles network validators list dapp. Initial commit 2017-06-15 20:43:06 +03:00
package.json Oracles network validators list dapp. Initial commit 2017-06-15 20:43:06 +03:00

README.md

Oracles network Validators List Dapp

Configuration file

It is configured with Oracles network contract

Path: ./assets/javascripts/config.json

{
  "environment": "live",
  "Ethereum": {
    "live": {
      "account": "Oracles_contract_owner_address",
      "contractAddress": "Oracles_contract_address"
    }
  }
}