poa-dapps-validators/README.md

21 lines
400 B
Markdown
Raw Normal View History

# Oracles network Validators List Dapp
![](./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"
}
}
}
```