mirror of https://github.com/nucypher/nucypher.git
15 lines
280 B
Markdown
15 lines
280 B
Markdown
|
# NuCypher Quickstart
|
||
|
|
||
|
## Install NuCypher
|
||
|
|
||
|
`$ pip install nucypher`
|
||
|
|
||
|
## Run a Federated-Only Development Ursula
|
||
|
|
||
|
`$ nucypher ursula run --dev --federated-only`
|
||
|
|
||
|
## Run a Geth-Connected Development Ursula
|
||
|
|
||
|
`$ geth --dev`
|
||
|
`$ nucypher ursula run --dev --provider-uri /tmp/geth.ipc`
|