Smart Contracts & Account Abstraction @ Alchemy
66 Followers
gm! Here’s a first look at EIP-7702 in action - the upgrade that gives your EOA superpowers 🦸♂️ Excited to share this behind-the-scenes demo of what's coming. Quick technical preview before our full video drops on @alchemyplatform https://www.loom.com/share/ad7e0a75af2b43919786186c93a54dcb?sid=59a06cd5-b244-44ee-94a7-d99b2d4bd25d
Foundry already supports both hot signers and hardware signers. What would using Frame add?
One way these flows are handled is to start the UserOp from the parent smart accounts, and set the target of the `execute` call to the child account. The child account can validate that the caller is an owner in the execution phase.
Unfortunately, this doesn't work with multisigs where one signer is a smart account, not sure if there's a solution for that yet.