Configure a ZK Prover Node
Instructions
1. Configure your blockchain account
export PRIVATE_KEY=<YOUR_DEV_WALLET_PRIVATE_KEY>2. Fetch the latest W3bstream Docker images
export RELEASE=$(curl --silent "https://api.github.com/repos/iotexproject/w3bstream/releases/latest" | jq -r .tag_name)
curl https://raw.githubusercontent.com/iotexproject/w3bstream/$RELEASE/docker-compose.yaml > docker-compose.yamldocker compose pull
