Advanced
phil@phil
8/17/2023

I want to create a website that allows users to generate an ERC-4337 compatible Ethereum wallet using just an email address. Is there a guide for this? Any good examples in the wild?

In reply to @phil
Rahat@rahat
8/17/2023

Wrote a recent tutorial that includes exactly this. Example on base but can be done on multiple chains. https://www.rahatcodes.com/blog/basedaa

In reply to @phil
8/17/2023

You can check out Biconomy https://docs.biconomy.io/docs/1.0/category/social-login We use social logins and then deploy smart accounts for those addresses and enable 4337

In reply to @phil
Andy Jagoe@andyjagoe
8/18/2023

Privy with their new integration of ZeroDev? cc: @segall

In reply to @phil
8/18/2023

All current methods that do this use an app-specific OAuth key to create the signer- meaning users will need to use the same app as the one they used to create the wallet to access their wallet in the future The wallet is not universally accessible through any app that offers email login, it’s a centralized solution