Deployment and Addresses
This page lists deployed contract addresses per network once finalized.
Status
Addresses depend on environment. For local dev, use the Deploy.s.sol script to deploy all core, app, and games contracts.
Local dev
- Deploy using Foundry:
forge script contracts/script/Deploy.s.sol --broadcast - Export addresses into your
.envfiles usingscripts/bootstrap-local.ps1
Production
- Mainnet/L3 addresses will be published after verification and launch readiness checks.
- Do not hardcode production addresses in clients; use a deployment registry or configuration file.