frontend/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
VITE_BOT_RPC_URL
BOT Chain testnet RPC (official)
VITE_WATTLINE_ADDRESS
Deployed Wattline contract address (from contracts/deployment.json after deploy)
VITE_SERVER_URL
Your deployed oracle server URL (Render/Railway), no trailing slash
brew install flyctl && fly launch --from https://github.com/0xkinno/wattline
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/0xkinno/wattline
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/0xkinno/wattline