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
- Fork the repo and create a branch
git checkout -b tooling/cli-invoke-wrapper
- Add a scripts/invoke.sh (or similar) reading common parameters from environment variables or a config file
- 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)
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
Suggested execution
Example commit message
feat: add a cli helper script wrapping the readme's stellar contraGuidelines
Closes #<this issue's number>