backend/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DATABASE_URL
secret
OPENCLAW_API_KEY
secret
OPENCLAW_BASE_URL
STELLAR_RPC_URL
STELLAR_NETWORK_PASSPHRASE
JUDGE_AUTHORITY_SECRET
secret
ESCROW_CONTRACT_ID
REPUTATION_CONTRACT_ID
JOB_REGISTRY_CONTRACT_ID
PORT
RUST_LOG
brew install flyctl && fly launch --from https://github.com/anonfedora/lance
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anonfedora/lance
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anonfedora/lance