sui-deployer

Orchestrate staged SUI Move package deployments across devnet, testnet, and mainnet.

7|2|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/first-mover-tw/sui-dev-agents --skill sui-deployer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sui-deployer
Source: https://github.com/first-mover-tw/sui-dev-agents/tree/main/skills/sui-deployer
Command: npx skills add https://github.com/first-mover-tw/sui-dev-agents --skill sui-deployer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of deploying and managing SUI Move packages across different networks, ensuring safe and verified rollouts.

Core Features & Use Cases

  • Staged Deployments: Orchestrates deployments from devnet to testnet to mainnet.
  • Contract Verification: Ensures deployed code matches source and passes tests.
  • Upgrade Management: Handles contract upgrades securely.
  • Use Case: Deploying a new version of your smart contract to mainnet after thorough testing and auditing on testnet.

Quick Start

Use the sui-deployer skill to deploy the current Move package to the devnet network.

Frequently Asked Questions about sui-deployer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy SUI Move packages across different networks?

Staged SUI Move package deployment orchestrates rollouts from devnet to testnet to mainnet. This Skill manages the process, integrating with SUI CLI to publish and upgrade packages reliably across each environment.

What is contract verification for SUI Move deployments?

Contract verification for SUI Move deployments ensures deployed bytecode matches source code and passes tests. This Skill manages verification during staged rollouts, ensuring secure mainnet releases after thorough auditing.

How do I upgrade smart contracts on SUI mainnet?

Upgrading smart contracts on SUI mainnet involves handling secure upgrade processes through SUI CLI. This Skill orchestrates upgrade management, ensuring new contract versions are verified on testnet before mainnet deployment.

Does the SUI deployment process support gRPC endpoints?

Yes, the SUI deployment process supports gRPC endpoints for modern network interactions. This Skill integrates gRPC alongside SUI CLI for publishing and upgrading, facilitating reliable network communication during staged rollouts.

Can I monitor SUI contracts after deploying to mainnet?

Monitoring SUI contracts after mainnet deployment is supported through post-deployment monitoring features. This Skill manages monitoring alongside contract verification and upgrade processes to ensure successful and secure rollouts.