EIP-7702 Wallet API Quickstart (SDK)
Learn how to send user ops using EIP-7702 with the Wallet Client SDK
1. Install Prerequisites
You’ll need @account-kit/wallet-client
and @account-kit/infra
. We’ll also be using LocalAccountSigner
from @aa-sdk/core
as the signer for demonstration purposes.
2. Create A Smart Wallet Client
Create a client for a given signer (e.g. a LocalAccountSigner
imported from @aa-sdk/core
or an Alchemy Signer).
3. Send A Sponsored User Op
All you need to do is follow a few simple steps to start sending user ops with Wallet APIs!