Soroban Rust SDK
The soroban-sdk
Rust crate contains the Soroban Rust SDK.
info
Report issues and share feedback about the soroban-sdk
here.
SDK Documentation
SDK documentation is available at: https://docs.rs/soroban-sdk
Subscribe to Releases
Subscribe to releases on the GitHub repository: https://github.com/stellar/rs-soroban-sdk
Add soroban-sdk
as a Dependency
Use crates.io to find the version of the most recent SDK release.
Add the following sections to the Cargo.toml
to import the soroban-sdk
and
replace $VERSION
with the released version.
[dependencies]
soroban-sdk = $VERSION
[dev_dependencies]
soroban-sdk = { version = $VERSION, features = ["testutils"] }