poa-dapps-keys-generation/README.md

44 lines
971 B
Markdown
Raw Normal View History

2017-07-06 04:00:04 -07:00
# Oracles network Ceremony 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
## Oracles plugin setup
* Choose Oracles network in Oracles plugin (See [Choosing of Oralces Network from wiki](https://github.com/oraclesorg/oracles-wiki#choosing-of-oralces-network))
2017-07-06 04:00:04 -07:00
* Import your initial key to Oracles Plugin: browse keystore file, received from invitation, and enter password for the key (See [Importing of keys from wiki](https://github.com/oraclesorg/oracles-wiki#importing-of-keys)).
2017-07-06 03:34:50 -07:00
## 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`