poa-dapps-keys-generation/README.md

24 lines
410 B
Markdown
Raw Normal View History

# Oracles network Initial Key Distribution Dapp
## Initial page
![](./index.png)
## Results page
![](./results.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": {
"contractAddress": "Oracles_contract_address"
}
}
}
```