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

Signing transactions with eth_signTransaction #1420

Open
DVLP opened this issue May 24, 2023 · 2 comments
Open

Signing transactions with eth_signTransaction #1420

DVLP opened this issue May 24, 2023 · 2 comments

Comments

@DVLP
Copy link

DVLP commented May 24, 2023

Currently MetaMask does not allow signing transactions. Will Snaps add support to it? i.e. to send multiple transactions at once

@SebastienGllmt
Copy link

SebastienGllmt commented Jul 15, 2023

Work is being done on this. Notably, #1421 set up the core design and then now you have to wait until they remove eth_sendTransaction from BLOCKED_RPC_METHODS

@FrederikBolding
Copy link
Member

What @SebastienGllmt said is correct. We want to expose the same RPC methods for signing transactions and signatures to snaps that we expose to dapps (with some limitations). It will be a gradual process though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@FrederikBolding @SebastienGllmt @DVLP and others