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

Feature Request: Add simulateTransaction and sendTransaction helper methods #44

Open
piyalbasu opened this issue Jan 26, 2023 · 1 comment

Comments

@piyalbasu
Copy link

It would be nice to abstract the simulateTransaction and sendTransaction workflows to simplify the dev experience. There is a nice attempt at this in the soroban-react repo (https://github.com/esteblock/soroban-react/tree/main/packages/contracts/src), but in my opinion, these helpers would be more useful separated from React concerns and handled by this library.

Engineers looking to add to existing Stellar projects as well as those starting from scratch will likely want access to these helper methods while not being strictly tied to the design patterns offered by soroban-react

@Shaptic
Copy link
Contributor

Shaptic commented Oct 6, 2023

@piyalbasu just returning to this now: did you mean adding a built-in simulate + send + retry loop?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants