What problem does it solve?
This skill provides a comprehensive guide and checklist for safely deploying Move smart contracts to Aptos networks, ensuring security, test coverage, and proper configuration before and after deployment.
Core Features & Use Cases
- Pre-Deployment Verification: Guides users through a critical checklist covering security audits, testing, code quality, and configuration.
- Object Deployment Guidance: Clearly explains the modern
deploy-object pattern versus legacy publish commands.
- Network Deployment Workflow: Details step-by-step instructions for deploying to devnet, testnet, and mainnet, including funding accounts and verifying deployments.
- Module Upgrades: Explains how to upgrade deployed object-based modules and outlines compatibility rules.
- Troubleshooting: Offers solutions for common deployment issues like insufficient balance, existing modules, compilation errors, and gas limits.
Quick Start
Follow the steps to deploy your Move contract to testnet.