-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
cast mktx / sign transactions without broadcasting #1273
Comments
Ref #1060 |
@onbjerg you can assign me the issue, i'll have an honest attempt at it over the next few days |
These are similar issues, except my issue is only asking for cast to provide the transaction details and leave the rest to the external wallet provider. Fwiw most wallets do not allow you to return the signed transaction. They immediately broadcast it. You will most likely have to rely on eth_sign to get that functionality |
Are we there yet, Shrek? There's just cast is actually unusable in Polygon, since there's only |
Component
Cast
Describe the feature you would like
It would be nice if
cast
can sign and prepare transactions without broadcasting them.This will be especially useful for hardware wallets where a signed transaction is created (via hardware device prompts) and the transaction is broadcasted at a later time
Additional context
seth mktx
returns a raw hash which can be used withseth publish
(andcast publish
)https://github.com/dapphub/dapptools/tree/master/src/seth#seth-mktx
The text was updated successfully, but these errors were encountered: