Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
deployment_guide.md: another pass
Browse files Browse the repository at this point in the history
  • Loading branch information
snd committed Feb 20, 2018
1 parent 7c7ad04 commit f3529be
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions deployment_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,13 @@ install parity.
we tested it with [parity 1.8.10](https://github.com/paritytech/parity/releases/tag/v1.8.10)
though it should work with the latest stable release.

### start parity node that connects to `home`
start a parity node that connects to `home` chain, has `authority_address` unlocked
and ipc enabled at `home.ipc`. TODO add instructions. please refer to
the parity documentation for now.

```
parity \
--chain {home chain name or spec}
--ipc-path home.ipc
--no-jsonrpc
--unlock {authority_address}
--password {path to file containing password for authority address}
```

### start parity node that connects to `foreign`

```
parity \
--chain {foreign chain name or spec}
--ipc-path foreign.ipc
--no-jsonrpc
--unlock {authority_address}
--password {path to file containing password for authority address}
```
start a parity node that connects to `foreign` chain, has `authority_address` unlocked
and ipc enabled at `foreign.ipc`. TODO add instructions. please refer to
the parity documentation for now.

### configure the bridge

Expand Down

0 comments on commit f3529be

Please sign in to comment.