📄️ Setup
Soroban contracts are small programs written in the [Rust] programming language.
📄️ 1. Hello World
Once you've [Setup] your development environment, you're ready to create your first Soroban contract.
📄️ 2. Storing Data
The [increment example] demonstrates how to write a simple contract that stores data, with a single function that increments an internal counter and returns the value.
📄️ 3. Deploy to a Local Network
If you have Docker installed, you can run a local standalone network with the [Stellar Quickstart] Docker image.
📄️ 4. Connect Freighter Wallet
Signing Transactions with Freighter
📄️ 5. Deploy to Futurenet
If you have Docker installed, you can run a local node with the [Stellar Quickstart] Docker image that joins the [Futurenet] network, and then use that local node to deploy.