Simple EOA as SmartAccount owner? #2024
pepoospina
started this conversation in
General
Replies: 2 comments
-
In fact, when I try to send a UserOp I endup sending a Transaction instead, and I see the warning
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried mixing I think I will start with EOA-only for now, and avoid the user operations. I really need to support external wallets (and hardware wallets) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm setting up my app prototype, and I would like users to use email/OTP or EOA (metamask) to authenticate. Independently of the method, the app will work using SmartAccounts and User Operations.
I configure AlchemyAccountProvider UI to support external wallets, but when I get the client using:
I see a warning on the console when I connect with metamask:
From the docs, it seems I can use an EOA as a signer, but I will have to create a new client again, instead of using the one from
<AlchemyAccountProvider>
.I'm confused. What is the simplest way to have one client manage my user operations, independently of the origin of the signer? EOA or email/otp?
Beta Was this translation helpful? Give feedback.
All reactions