Skip to content

Commit 6db00f4

Browse files
fix typos
1 parent a6d2305 commit 6db00f4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

delegation-toolkit/get-started/7702-quickstart.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ sidebar_label: EIP-7702 Quickstart
66

77
# EIP-7702 Quickstart
88

9-
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).
1012

1113
## Prerequisites
1214

@@ -16,8 +18,8 @@ This page demonstrates how to upgrade your Externally Owned Account (EOA) to sup
1618

1719
### 1. Set up a Public Client
1820

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.
2123

2224
```typescript
2325
import { createPublicClient, http } from "viem";
@@ -46,7 +48,7 @@ const bundlerClient = createBundlerClient({
4648
### 3. Set up a Wallet Client
4749

4850
Set up [Viem Wallet Client](https://viem.sh/docs/clients/wallet) using Viem's `createWalletClient` function.
49-
This lets you sign and submit authorization.
51+
This lets you sign and submit EIP-7702 authorization.
5052

5153
```typescript
5254
import { createWalletClient, http } from "viem"

0 commit comments

Comments
 (0)