GitDeployHub

0xkinno/wattline

github.com/0xkinno/wattline ↗
Unknown stack
3 environment variables found in 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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/0xkinno/wattline
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/0xkinno/wattline
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/0xkinno/wattline
Or deploy to a different host
← Try another repo