poa-dapps-keys-generation/README.md

48 lines
1.2 KiB
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
2017-08-15 06:42:22 -07:00
## MetaMask plugin setup
2017-08-15 06:42:22 -07:00
* Connect to Oracles network in MetaMask plugin (See [Connect to Oracles network via MetaMask](https://github.com/oraclesorg/oracles-wiki/blob/master/MetaMask-connect.md#connect-to-oracles-network-via-metamask))
2017-08-15 06:42:22 -07:00
* Import your initial key to MetaMask 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/blob/master/MetaMask-connect.md#importing-of-keys)).
2017-07-06 03:34:50 -07:00
2017-07-06 04:03:58 -07:00
## Ceremony Dapp lifecycle
2017-08-15 06:42:22 -07:00
Check [Ceremony Dapp section from wiki](https://github.com/oraclesorg/oracles-wiki/blob/master/ceremony.md)
2017-07-06 04:03:58 -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`