poa-dapps-keys-generation/README.md

40 lines
795 B
Markdown
Raw Normal View History

# Oracles network Initial Key Distribution Dapp
2017-07-06 03:34:50 -07:00
## Supported browsers
2017-07-06 03:43:15 -07:00
* Google Chrome v 59.0.3071.115+
2017-07-06 03:34:50 -07:00
Import your initial key to Oracles Chrome Plugin: browse keystore file, received from invitation, and enter password for the key (See [Importing of keys](https://github.com/oraclesorg/oracles-wiki#importing-of-keys)).
## 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`
2017-07-06 03:34:50 -07:00
4) `npm start`