What problem does it solve?
Deploying a Sui project to mainnet safely is hard because you must coordinate testing readiness, production RPC reliability, correct publish steps, and the irreversible UpgradeCap decision that controls future upgrades.
Core Features & Use Cases
- Pre-flight deployment readiness: Verifies tests, build, security review, mainnet funding, RPC configuration, and environment setup before publishing.
- Production-grade publishing workflow: Guides
sui client switching and publishing with appropriate gas usage, plus forces capturing critical on-chain IDs right after publish.
- UpgradeCap management plan: Helps choose and execute an UpgradeCap policy (immutable, additive-only, multisig, or full authority) so upgrades align with your project stage.
Use Case: You finished building a Move package on devnet/testnet, now need a production RPC setup and a controlled UpgradeCap strategy before you go live.
Quick Start
Ask your AI assistant to deploy your project to Sui mainnet by running the deploy-to-mainnet skill and guiding you through the pre-flight checklist, production RPC setup, publishing, verification, and UpgradeCap management.