Skip to content
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

Add first class support to token operations #13

Closed
tomerweller opened this issue Oct 6, 2022 · 3 comments
Closed

Add first class support to token operations #13

tomerweller opened this issue Oct 6, 2022 · 3 comments

Comments

@tomerweller
Copy link
Contributor

tomerweller commented Oct 6, 2022

as defined in the token interface https://soroban.stellar.org/docs/reference/interfaces/token-interface

@leighmcculloch
Copy link
Member

We should approach implementing this by implementing client binding generation for Javascript in the soroban-cli:

Once we have client binding generation this SDK can embed as a first-class feature the generated client binding for the token contract whose interface is exported in the soroban-token-spec crate.

@tomerweller
Copy link
Contributor Author

the token related operations should also have an expected footprint that can be codified in the sdk, rather than going through preflight

@Shaptic
Copy link
Contributor

Shaptic commented Aug 15, 2023

I believe this is closed by the new TypeScript bindings.

@Shaptic Shaptic closed this as completed Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants