MetaMask / snaps

Extend the functionality of MetaMask using Snaps
https://metamask.io/snaps/
Other
724 stars 557 forks source link

Signing transactions with eth_signTransaction #1420

Open DVLP opened 1 year ago

DVLP commented 1 year ago

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

SebastienGllmt commented 1 year ago

Work is being done on this. Notably, https://github.com/MetaMask/snaps/pull/1421 set up the core design and then now you have to wait until they remove eth_sendTransaction from BLOCKED_RPC_METHODS

FrederikBolding commented 1 year ago

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.