Description
Contributors currently rely on cargo test (in-process testutils) or manual testnet deployment -- there's no docker-compose or script spinning up a local standalone Soroban network for closer-to-production integration testing.
Requirements and context
- Research Stellar's local network / quickstart Docker image options
Suggested execution
- Fork the repo and create a branch
git checkout -b tooling/local-network-harness
- Add a docker-compose.yml or setup script for a local Soroban network
- Document the workflow for deploying and testing intent_settitution against it locally
Example commit message
feat: add a local integration test harness for a soroban test netw
Guidelines
- Assignment required before starting -- comment on the issue to claim it
- PR description must include:
Closes #<this issue's number>
- Complexity: High (200 points)
Description
Contributors currently rely on cargo test (in-process testutils) or manual testnet deployment -- there's no docker-compose or script spinning up a local standalone Soroban network for closer-to-production integration testing.
Requirements and context
Suggested execution
Example commit message
feat: add a local integration test harness for a soroban test netwGuidelines
Closes #<this issue's number>