Skip to content

Add a CLI helper script wrapping the README's stellar contract invoke examples #136

Description

@james2177

Description

README's usage examples (README.md:38-68) require manually substituting <CONTRACT_ID>/<SECRET_KEY>/addresses into stellar CLI invocations each time -- a thin wrapper script would reduce this boilerplate for local testing.

Requirements and context

  • Use the exact commands/parameters already documented in README as the basis

Suggested execution

  1. Fork the repo and create a branch
    git checkout -b tooling/cli-invoke-wrapper
    
  2. Add a scripts/invoke.sh (or similar) reading common parameters from environment variables or a config file
  3. Update README to mention the shortcut alongside the raw commands

Example commit message
feat: add a cli helper script wrapping the readme's stellar contra

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)

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programdevexDeveloper experience / SDK / exampleshigh (200 pts)Drips Wave complexity: high, 200 points

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions