frontend/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NEXT_PUBLIC_GENLAYER_RPC_URL
GenLayer RPC API URL Default: https://studio.genlayer.com/api Use this default for production, or provide your own GenLayer node URL for…
NEXT_PUBLIC_GENLAYER_CHAIN_ID
GenLayer Network Configuration
NEXT_PUBLIC_GENLAYER_CHAIN_NAME
NEXT_PUBLIC_GENLAYER_SYMBOL
NEXT_PUBLIC_CONTRACT_ADDRESS
GenLayer Football Betting Contract Address This is the address of your deployed FootballBets contract on GenLayer
brew install flyctl && fly launch --from https://github.com/0xkinno/genlayer-project-boilerplate
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/0xkinno/genlayer-project-boilerplate
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/0xkinno/genlayer-project-boilerplate