mirror of https://github.com/nucypher/nucypher.git
Merge pull request #948 from mswilkison/devnet-docs
Add devnet info to quickstart docspull/939/head
commit
098ab80b15
|
@ -23,11 +23,13 @@ $ nucypher ursula init --federated-only
|
||||||
### Run a Persistent Ursula
|
### Run a Persistent Ursula
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ nucypher ursula run --teacher-uri <SEEDNODE_URI> --federated-only
|
$ nucypher ursula run --network <NETWORK_DOMAIN> --teacher-uri <SEEDNODE_URI> --federated-only
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `<SEEDNODE_URI>` with the URI of a node running on the network and domain you want
|
Replace `<NETWORK_DOMAIN>` with the network domain and `<SEEDNODE_URI>` with the URI of a node running on that network
|
||||||
to connect to (for example `0.0.0.0:9151` or `0xdeadbeef@0.0.0.0:9151`).
|
domain you want to connect to (for example `0.0.0.0:9151` or `0xdeadbeef@0.0.0.0:9151`).
|
||||||
|
|
||||||
|
If you're connecting to the `devnet`, you should use `--network devnet --teacher-uri 18.222.119.242:9151`.
|
||||||
|
|
||||||
### Run a Geth-Connected Development Ursula
|
### Run a Geth-Connected Development Ursula
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue