onflow / flow-evm-gateway

FlowEVM Gateway implements an Ethereum-equivalent JSON-RPC API for EVM clients to use
https://developers.flow.com/evm/about
Apache License 2.0
8 stars 9 forks source link

Assess work required to support ERC-4337 #294

Open franklywatson opened 1 month ago

franklywatson commented 1 month ago

Partners have asked whether we can, or plan to, support ERC-4337 - Ethereum's account abstraction model. Product questions aside, it would be helpful to understand the tasks and effort required to support the standard. It would be interesting to consider if it were possible to implement support for the standard in such a way that it uses Flow's underlying account abstraction instead.

Initial analysis: https://docs.google.com/document/d/1NzEnLSgP0RQ84yCDyd1MSOSoUG2pD9SjxRDXChX790o/edit

franklywatson commented 1 month ago

Related to: #293