Ethers.js Account Abstraction Feature #3956
Replies: 3 comments 3 replies
-
@ricmoo for visibility |
Beta Was this translation helpful? Give feedback.
-
I have met with the Account Abstraction team and will be spending more time and meetings in Japan this week with them trying to figure out a meaningful, flexible and easy to use API. This is definitely something I’m looking into and want to make sure the API feels natural. With JsonRpcApiProvider sub-classes, the |
Beta Was this translation helpful? Give feedback.
-
Is there any update on this issue? Trying to build out a project that uses erc4337 |
Beta Was this translation helpful? Give feedback.
-
Background:
ERC 4337 is a new smart contract standard that was deployed in March 2023, bringing a new level of functionality to Ethereum accounts. It allows accounts to function more like smart contracts, providing features such as social recovery, custom security, and the ability to initiate transactions on their own. This is an exciting development that has the potential to greatly improve the user experience for Ethereum users and developers.
Current problem:
Unfortunately, the ethers.js library currently does not support ERC 4337. This means that developers who want to take advantage of the new features offered by this ERC face a significant challenge. They are currently unable to interact with ERC 4337 accounts in ethers.js.
Proposed solution:
The proposed solution is to expose all account abstraction endpoints
These endpoints will allow developers to interact with ERC 4337 accounts, enabling them to take full advantage of the new features offered by this ERC. By supporting ERC 4337 in ethers.js, developers will be able to create more powerful and user-friendly decentralized applications.
Therefore we are planning to build this in few weeks
Beta Was this translation helpful? Give feedback.
All reactions