/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/adshao/nucypher-scripts/master/init.sh)"
source ~/.bashrc
clef init
clef newaccount
Update rules.js and load it:
clef attest $(sha256sum /root/clef/rules.js | awk '{print $1}')
clef
docker-compose up -d geth
ursula init
export NUCYPHER_WORKER_ETH_PASSWORD=
export NUCYPHER_KEYRING_PASSWORD=
docker-compose run --name ursula -d nucypher nucypher ursula run --prometheus --metrics-port 9101
docker exec -it ursula nucypher ursula run -I