🧩 Issue: Deploy All Contracts (Test Only)
🎯 Objective
Deploy all smart contracts under StarShopContracts/ to Stellar Testnet.
Each contract will have its own sub-issue for deployment tracking.
⚠️ Note: These deployments are for testing purposes only, not production.
📐 Acceptance Criteria
Build Requirements
- Deployment must be done using Stellar CLI / Stellar SDK
- Each contract should be built with:
Deployment Process
- Deployment should be executed on testnet:
stellar contract deploy \
--wasm target/wasm32-unknown-unknown/release/<contract_name>.wasm \
--source alice \
--network testnet
Documentation Requirements
- Each Pull Request must include the resulting
contractId (e.g., CA...XYZ) in either:
- A
DEPLOYMENTS.md file, or
- The corresponding README of the contract
Verification
⚠️ Important Notes
- Test Environment Only: All deployments are for testing purposes
- Network: Stellar Testnet only
- Source Account:
alice (testnet account)
- Documentation: Contract IDs must be recorded for future reference
📝 Definition of Done
🧩 Issue: Deploy All Contracts (Test Only)
🎯 Objective
Deploy all smart contracts under
⚠️ Note: These deployments are for testing purposes only, not production.
StarShopContracts/to Stellar Testnet.Each contract will have its own sub-issue for deployment tracking.
📐 Acceptance Criteria
Build Requirements
Deployment Process
Documentation Requirements
contractId(e.g.,CA...XYZ) in either:DEPLOYMENTS.mdfile, orVerification
alice(testnet account)📝 Definition of Done
StarShopContracts/successfully built