Skip to content

feat: add stellar examples #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2025
Merged

feat: add stellar examples #79

merged 1 commit into from
Jun 21, 2025

Conversation

dylankilkenny
Copy link
Member

Summary

  • Added practical Stellar examples for common operations:
    • sendPayment.ts - Native XLM and asset transfers
    • uploadWasm.ts - Smart contract WASM upload
    • createContract.ts - Contract deployment from WASM
    • invokeContract.ts - Contract function calls with typed arguments
  • Custom Type Definitions: Added stellar-transaction-request.ts model with proper TypeScript types for Stellar's unique data structures (ScVal, auth specs, asset types)

Testing Process

Checklist

  • Add a reference to related issues in the PR description.
  • Add unit tests if applicable.
  • Add the changeset file. (run npx changeset add)

Signed-off-by: dylankilkenny <[email protected]>
@tirumerla tirumerla merged commit 54ecbbc into main Jun 21, 2025
11 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants