tatumio / tatum-js

🚀 Tatum SDK: A 💪 powerful, 🌟 feature-rich TypeScript/JavaScript 📚 library that streamlines the 🛠️ development of 🌐 blockchain applications.
https://docs.tatum.io
MIT License
360 stars 110 forks source link

Separation between creating, signing and broadcasting TXs #1091

Open SMLaursen opened 4 months ago

SMLaursen commented 4 months ago

Is your feature request related to a problem? Please describe. I'm toying with an MPC based wallet where I manually have to sign the transaction before broadcasting.

Describe the solution you'd like A seperation between Creating, Signing and BroadCasting transactions

Describe alternatives you've considered Creating a custom RPC provider with MPC support.

Additional context Separation could be usefull for Tatum to be used on Cold storage wallets as well