First fill in the .env file.
cp .env.sample .env && nano .envRun
chmod +x setup.sh./setup.shInstall dependencies.
pip install -r requirements.txtThen install zenchain node.
docker pull ghcr.io/zenchain-protocol/zenchain-testnet:latestRun it
docker compose up -dSet keys
curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9944Set key
Run
python3 setkey.pypython3 register.pypython3 stake.pypython3 status.pychmod +x replace.sh
./replace.sh safe.ymlgit fetch --all
git reset --hard origin/master