2017-06-15 10:43:06 -07:00
|
|
|
# Oracles network Validators List Dapp
|
|
|
|
|
2017-06-15 10:45:11 -07:00
|
|
|
![](./index.png)
|
|
|
|
|
|
|
|
## Configuration file
|
|
|
|
It is configured with [Oracles network contract](https://github.com/oraclesorg/oracles-contract)
|
|
|
|
|
|
|
|
Path: `./assets/javascripts/config.json`
|
|
|
|
|
|
|
|
```
|
|
|
|
{
|
|
|
|
"environment": "live",
|
|
|
|
"Ethereum": {
|
|
|
|
"live": {
|
|
|
|
"account": "Oracles_contract_owner_address",
|
|
|
|
"contractAddress": "Oracles_contract_address"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|