js-soroban-client icon indicating copy to clipboard operation
js-soroban-client copied to clipboard

Feature Request: Add simulateTransaction and sendTransaction helper methods

Open piyalbasu opened this issue 2 years ago • 1 comments

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

piyalbasu avatar Jan 26 '23 23:01 piyalbasu