You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page demonstrates how to upgrade your Externally Owned Account (EOA) to support smart account functionality using an EIP-7702 transaction. This enables your EOA to leverage the benefits of account abstraction, such as batch transactions, gas sponsorship, and [ERC-7710 delegation capabilities](./../concepts/delegation.md).
9
+
This page demonstrates how to upgrade your Externally Owned Account (EOA) to support MetaMask smart account
10
+
functionality using an EIP-7702 transaction. This enables your EOA to leverage the benefits of account
11
+
abstraction, such as batch transactions, gas sponsorship, and [ERC-7710 delegation capabilities](./../concepts/delegation.md).
10
12
11
13
## Prerequisites
12
14
@@ -16,8 +18,8 @@ This page demonstrates how to upgrade your Externally Owned Account (EOA) to sup
16
18
17
19
### 1. Set up a Public Client
18
20
19
-
Set up a [Viem Public Client](https://viem.sh/docs/clients/public) using Viem's `createPublicClient` function.
20
-
This client will let the delegator account query the signer's account state and interact with smart contracts.
21
+
Set up a [Viem Public Client](https://viem.sh/docs/clients/public) using Viem's `createPublicClient` function.
22
+
This client will let the EOA query the account state and interact with blockchain network.
0 commit comments