What problem does it solve?
This Skill prevents rushed or incomplete Stellar mainnet deployments by enforcing a staged verification, deployment, and monitoring process for Soroban contracts and Stellar dApps.
Core Features & Use Cases
- Pre-deployment verification: Reviews contract correctness, security, authorization, storage, administration, upgradeability, and operational readiness before launch.
- Deployment mechanics: Walks through Stellar CLI network configuration, optimized WASM builds, contract uploads, instantiation, initialization, and mainnet verification.
- Post-deployment readiness: Covers smoke testing, deployment records, contract inspection, monitoring, alerting, ecosystem distribution, and funding follow-up.
- Use Case: Use this Skill when a Soroban application has passed testnet validation and needs a guarded checklist for production deployment without skipping critical security or operational gates.
Quick Start
Ask the deploy-stellar-mainnet skill to guide your Soroban contract through the complete pre-deployment, mainnet deployment, and post-deployment checklist.