Add information about the parity nodes
This commit is contained in:
@@ -35,16 +35,15 @@ This cookbook installs [Parity](https://parity.io/) nodes
|
||||
|
||||
### kosmos-parity::default
|
||||
|
||||
Just include `kosmos-parity` in your node's `run_list`:
|
||||
### kosmos-parity::node_dev
|
||||
|
||||
```json
|
||||
{
|
||||
"name":"my_node",
|
||||
"run_list": [
|
||||
"recipe[kosmos-parity]"
|
||||
]
|
||||
}
|
||||
```
|
||||
Sets up a parity node running on the dev chain on port 8545 (behind nginx, with
|
||||
HTTPS)
|
||||
|
||||
### kosmos-parity::node_testnet
|
||||
|
||||
Sets up a parity node running on the testnet chain on port 8546 (behind nginx,
|
||||
with HTTPS)
|
||||
|
||||
## License and Authors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user