# Deployment This is a local prototype. No GitHub workflow is assumed. ## Local production build ```bash npm run build npm run start ``` ## Environment variables for production - `SOLANA_CLUSTER` - `SOLANA_RPC_URL` - `SESSION_SECRET` - `DATABASE_URL` - `TOKEN_DATA_PROVIDER` - `WALLET_DATA_PROVIDER` - `AI_PROVIDER` ## Production guards - block mainnet minting until audited - use durable nonce storage - use server-side holder verification - keep data-source labels in every utility response - keep financial-risk disclaimers visible