Write Smart Contracts
This section will walk you through how to get set up to write smart contracts on Stellar, plus an introduction to testing, storing data, and deploying your contracts. It also provides an array of example contracts for use.
📄️ Overview
Soroban is the smart contracts platform on the Stellar network. Contracts are small programs written in the Rust programming language and compiled as WebAssembly (Wasm) for deployment.
🗃️ Getting Started
5 items
🗃️ Example Contracts
19 items