poa-dapps-keys-generation/README.md

33 lines
518 B
Markdown
Raw Normal View History

# Oracles network Initial Key Distribution Dapp
## Initial page
2017-07-06 03:27:45 -07:00
![](./docs/index.png)
## Results page
2017-07-06 03:27:45 -07:00
![](./docs/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"
}
}
}
```
## Building from source
1) `npm install`
2) `npm run sass`
3) `npm run coffee`
4) `npm start`