rs-soroban-sdk

Installation
SKILL.md

Soroban SDK Skill

Soroban SDK is the Rust SDK for building smart contracts on the Stellar blockchain's Wasm-powered Soroban runtime.

Prerequisites

  • Rust: v1.84.0 or higher
  • Target: Install with rustup target add wasm32v1-none
  • Stellar CLI: v25.1.0+ (recommended for building and testing)
    • Install: curl -fsSL https://github.com/stellar/stellar-cli/raw/main/install.sh | sh
    • Or: brew install stellar-cli

⚠️ Security First

Smart contracts handle valuable assets. Follow these rules to prevent vulnerabilities:

Do:

  • ✅ Call require_auth() before any state changes
Related skills

More from padparadscho/skills

Installs
5
First Seen
Feb 7, 2026