-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program