Skip to content

Local Dev Scripts — Deploy, Invoke, and Inspect #9

@ahmadogo

Description

@ahmadogo

Description:

Provide helper scripts/CLI commands to deploy the contract to testnet/local and call a method (e.g., ping), to verify end-to-end setup.

Tasks:

  • tools crate: implement deploy and invoke commands (wrap soroban CLI or use SDK where possible)
  • Add environment-driven key selection (admin key for deploy)
  • Print deployed contract ID and store it in a local file for reuse
  • Example: invoke ping and print result
  • README: quick “hello world” contract deployment

Acceptance Criteria:

  • One command deploys core.wasm and prints a contract ID
  • Another command invokes ping and prints a response
  • Works on testnet (or local sandbox) with documented steps

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions