Sign Transaction and send raw transaction immediately #2502
Unanswered
dennisloh95
asked this question in
Q&A
Replies: 1 comment 1 reply
-
From a Snap you can do |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is metamask or snaps can achieve user sign a transaction and send raw transaction?
The context of this is, our protocol have a gas sponsor on protocol level, it helps users onboarding our protocol without native token, I've research few places and manage to get it done with eth_sign, however it is not recommend user to enable this deprecated method. So what I need to achieve is, user sign the transaction, but use rpc to send the raw transaction so that transaction is not broadcast by the user and pay the gas. It did not required any changes after sign.
Any way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions