Skip to content

docs: add README usage examples with contract client calls#139

Merged
Naomi-Gift merged 1 commit into
HubDApp:mainfrom
Whiznificent:feat/issue-135-readme-usage-examples
Jun 2, 2026
Merged

docs: add README usage examples with contract client calls#139
Naomi-Gift merged 1 commit into
HubDApp:mainfrom
Whiznificent:feat/issue-135-readme-usage-examples

Conversation

@Whiznificent
Copy link
Copy Markdown
Contributor

Summary

Adds comprehensive usage examples to dongle-smartcontract/README.md covering the full public contract API via Soroban CLI.

Changes

  • CLI examples for every public function: initialize, register_project, update_project, add_review, submit_review, update_review, delete_review, respond_to_review, pay_fee, set_fee, request_verification, approve_verification, reject_verification, revoke_verification, admin management functions
  • Error tables for common failure cases per function group
  • Local build, test, and deploy commands
  • TTL extension CLI examples
  • Documentation matches current public contract API

Closes #135

Closes HubDApp#135

- Add CLI examples for all public contract functions:
  initialize, register_project, update_project, add_review,
  submit_review, pay_fee, request_verification,
  approve/reject/revoke_verification, admin management
- Add error tables for common failure cases per function
- Add local build and test commands
- Documentation matches current public contract API
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 1, 2026

@Whiznificent Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Naomi-Gift Naomi-Gift merged commit 76116fb into HubDApp:main Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add README Usage Examples With Contract Client Calls

2 participants