setup-stellar-contracts

Installation
SKILL.md

Stellar Setup

Soroban/Stellar Development Setup

Install the Rust toolchain (v1.84.0+) and the Soroban WASM target:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup target add wasm32v1-none

Install the Stellar CLI:

curl -fsSL https://github.com/stellar/stellar-cli/raw/main/install.sh | sh

Create a new Soroban project:

Related skills

More from openzeppelin/openzeppelin-skills

Installs
113
GitHub Stars
174
First Seen
Mar 5, 2026