5fc4593855 | ||
---|---|---|
assets | ||
favicons | ||
.gitignore | ||
README.md | ||
gulpfile.js | ||
index.html | ||
index.png | ||
manifest.json | ||
package.json |
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"
}
}
}