-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description
Add a helper module to read from and invoke Soroban contracts (e.g. Revora revenue-share contract): get offering config, submit revenue report, etc. Use existing env config for network and contract IDs.
Requirements and context
- Implement only in new files. Add
src/lib/soroban.tsorsrc/services/sorobanClient.ts. Do not modifypackage.json(maintainers add Soroban SDK or RPC client); do not modifysrc/index.ts. Document contract methods used.
Suggested execution
- Branch:
git checkout -b feature/soroban-client-helper - Add client and tests (mock or testnet). Example commit message:
feat(lib): add Soroban contract client helper
Guidelines
- Only new lib/service file. Timeframe: 96 hours.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program