Context
Walk through building and deploying the contract with the Stellar CLI.
Acceptance criteria
- Guide referencing scripts/deploy.sh.
Per CONTRIBUTING.md: one concern, tests required for behaviour changes, contract code stays no_std with typed errors. CI gate: cargo fmt / cargo clippy --all-targets -- -D warnings / cargo test for Rust, npm run build for the sdk/app.
Context
Walk through building and deploying the contract with the Stellar CLI.
Acceptance criteria
Per CONTRIBUTING.md: one concern, tests required for behaviour changes, contract code stays
no_stdwith typed errors. CI gate:cargo fmt/cargo clippy --all-targets -- -D warnings/cargo testfor Rust,npm run buildfor the sdk/app.