Go to file
viktor 5fc4593855 Hide loader, if ther is no connection to Oracles network 2017-06-28 18:46:06 +03:00
assets Hide loader, if ther is no connection to Oracles network 2017-06-28 18:46:06 +03:00
favicons favicons update 2017-06-23 14:59:13 +03:00
.gitignore .gitignore update 2017-06-28 18:23:02 +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 Hide loader, if ther is no connection to Oracles network 2017-06-28 18:46:06 +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"
    }
  }
}