Frontend → Vercel
Auto-Deploy
The frontend auto-deploys on push to main:
- Connect the repo to Vercel
- Set all
NEXT_PUBLIC_*environment variables in the Vercel dashboard - Push to
main→ automatic deployment
Manual Deploy
vercel --prodVercel Settings
| Setting | Value |
|---|---|
| Framework | Next.js |
| Root Directory | frontend |
| Build Command | npm run build |
| Output Directory | .next |
Required Environment Variables
NEXT_PUBLIC_API_URLNEXT_PUBLIC_CLIENT_IDNEXT_PUBLIC_ESCROW_FACTORY_ADDRESSNEXT_PUBLIC_USDC_ADDRESS
Last updated on