Skip to content

soroban-cli local sandbox and testnet deployment scripting #2

Description

@ayshadogo

User Story:
As a developer, I want soroban-cli configured locally and a scripted testnet deployment so that contracts can be built, tested, and deployed consistently without manual steps.

Acceptance Criteria:

  • Local sandbox environment configured; soroban contract build compiles all workspace contracts; soroban contract deploy works against the sandbox
  • Makefile shortcuts: make build, make test, make deploy-testnet
  • scripts/deploy.sh deploys to Testnet using a funded admin keypair from .env, outputs the deployed contract ID, writes a record to deployments/testnet.json
  • Script is idempotent — running it twice doesn't corrupt the deployment record or fail confusingly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions