ERC-4337 Account Abstraction
Send a UserOp through an ERC-4337 bundler using viem and permissionless. Send a UserOp through an ERC-4337 bundler using viem and permissionless.Explanation
ERC-4337 enables account abstraction without protocol changes. Users submit UserOperations to a bundler, which batches them and submits to an EntryPoint contract. This enables gasless transactions, social recovery, and custom validation logic.Code
Canonical knowledge ID:
code-example:erc-4337-account-abstraction