Production checklist
The launch checklist for moving SolKernal from local demo to public beta or mainnet.
Last updated July 2, 2026
Before launch
- Replace SQLite with a managed production database.
- Set all required environment variables in the deployment platform.
- Disable mock execution in production or label it clearly.
- Add signed wallet-message verification for submissions and staking-sensitive actions.
- Run Prisma migrations against production.
- Configure rate limits for /api/execute and /api/skills.
- Verify Solana RPC reliability and fallback providers.
- Publish final $SKRN mint address only after deployment verification.
- Add monitoring for LLM latency, error rate, token usage, and execution volume.
- Review terms, risk disclosures, and moderation policy for public skill submissions.
Related pages
SecurityPractical security model for wallet actions, prompts, provider keys, receipts, and production operations.ArchitectureHow the web app, API routes, Prisma database, LLM engine, wallet layer, and future Solana programs fit together.TroubleshootingCommon setup and runtime problems with practical fixes.