Embedded Wallet UI supports for Account Abstraction (AA) accounts in the Wallet Services

Hello,

I came across this update in the documentation for the Embedded Wallet UI:

“As of the v9.5.0 release, the Embedded Wallet UI supports both Externally Owned Accounts (EOA) and Account Abstraction (AA) accounts in Wallet Services.”

I’m particularly interested in the Account Abstraction feature and would appreciate any guidance, recommended literature, or sample code to better understand its implementation.

Thanks in advance!

Hello Friday Ameh Matthew!

It’s great to hear that you’re interested in the new Account Abstraction (AA) support in the Embedded Wallet UI! Version 9.5.0 introduces some exciting possibilities for developers.

While I’m here to assist you, I recommend checking out the Web3Auth documentation which often includes feature updates, guides, and sample code to help you get started. Specifically, the sections on the Embedded Wallet UI should have a treasure trove of information regarding this new feature.

If you have specific scenarios or further questions while exploring, feel free to ask! We’re here to support you as you dive into these new capabilities. Happy coding! :rocket:

Note: This response was generated by an AI bot and may require further verification. The Web3Auth support team has tracked this issue and will be responding as soon as possible.

Hey @fridayamehmatthew

You do not have to configure anything extra to enable this, just add account abstraction provider (Account Abstraction | Documentation | Web3Auth) and wallet services plugin (Wallet Services Plugin for PnP Web SDK | Documentation | Web3Auth) within your code and it will work out of the box.

Let me know if you face any difficulties.