deploy-stellar-mainnet

Guide Soroban contract and Stellar dApp deployments from devnet to mainnet.

3|1|Updated May 12, 2026
One-click install
npx skills add https://github.com/LumenWipe/lumenwipe --skill deploy-stellar-mainnet-lumenwipe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-stellar-mainnet
Source: https://github.com/LumenWipe/lumenwipe/tree/main/.claude/skills/deploy-stellar-mainnet
Command: npx skills add https://github.com/LumenWipe/lumenwipe --skill deploy-stellar-mainnet-lumenwipe

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about deploy-stellar-mainnet

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

FAQPage Schema
How do I deploy Soroban smart contracts to Stellar mainnet safely?

Safe Soroban mainnet deployment requires a staged process: verify contract authorization and storage, configure Stellar CLI networks, upload optimized WASM, instantiate, and establish post-deployment monitoring.

What is included in a Soroban pre-deployment security checklist?

A Soroban pre-deployment security checklist verifies contract correctness, authorization rules, storage limits, arithmetic safety, administrative controls, and upgradeability to ensure operational readiness before mainnet launch.

How do I configure the Stellar CLI for mainnet contract uploads?

Stellar CLI mainnet configuration requires setting network parameters, generating optimized WASM builds, uploading contract code, and instantiating the contract with proper initialization arguments.

What should I check after deploying a Soroban contract to Stellar mainnet?

Post-deployment steps for Soroban mainnet include running smoke tests, inspecting the deployed contract, verifying deployment records, configuring alerting, and executing ecosystem token distribution and funding.

Can I use this deployment process for first-time Stellar CLI contract launches?

Yes, this process applies to first-time Stellar CLI deployments by walking through network configuration, contract uploads, instantiation, and initialization to ensure production launches skip no critical gates.

When should I start the devnet-to-mainnet deployment process for my Stellar dApp?

Start the devnet-to-mainnet deployment process for your Stellar dApp only after testnet validation is complete, ensuring a guarded checklist verifies security, administration, and operational readiness before production launch.