GitDeployHub

0xkinno/genlayer-project-boilerplate

github.com/0xkinno/genlayer-project-boilerplate ↗
Python
5 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.

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