Description
Implement a property test proving generated templates include example code for common Stellar operations.
Requirements and context
- Must be secure, tested, and documented where applicable
- Should stay reviewable and fit the current monorepo structure
Suggested execution
- Create branch:
add-property-test-for-stellar-example-code-inclu
- Keep changes scoped to the issue and reference the task IDs in the PR
Implement changes
- Generate templates across all types
- Run at least 100 iterations and annotate Property 49
- Assert example code for payments, assets, etc. is present
Test and commit
- Run the most relevant tests for the touched service or UI surface
- Include screenshots or request/response examples when the change is user-facing
- Call out edge cases, assumptions, and any follow-up work
Example commit message
test: add stellar example code property
Guidelines
- Prefer small, reviewable PRs
- Keep naming and data contracts consistent with the spec docs
- Preserve responsive and accessible behavior for frontend work
Description
Implement a property test proving generated templates include example code for common Stellar operations.
Requirements and context
Suggested execution
add-property-test-for-stellar-example-code-incluImplement changes
Test and commit
Example commit message
test: add stellar example code propertyGuidelines