mirror of https://github.com/nucypher/nucypher.git
563 B
563 B
NuCypher Quickstart
Ursula
Install NuCypher
$ pip install nucypher
Run a Federated-Only Development Ursula
$ nucypher ursula run --dev --federated-only
Run a Geth-Connected Development Ursula
Run a local geth node in development mode:
$ geth --dev
Run a local development Ursula connected to the geth node
$ nucypher ursula run --dev --provider-uri /tmp/geth.ipc --checksum-address <GETH_ADDRESS>
Replace <GETH_ADDRESS>
with the geth node's public checksum address.