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
Copy file name to clipboardExpand all lines: smart-accounts-kit/get-started/smart-account-quickstart/eip7702.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ This quickstart demonstrates how to upgrade your <GlossaryTerm term="Externally
12
12
functionality using an [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702) transaction.
13
13
This enables your EOA to leverage the benefits of <GlossaryTermterm="Account abstraction">account abstraction</GlossaryTerm>, such as batch transactions, gas sponsorship, and <GlossaryTermterm="Delegation">delegation</GlossaryTerm>.
14
14
15
+
:::note
16
+
This guide is for embedded wallets. To upgrade a MetaMask account, you can [use MetaMask Connect to upgrade to a smart account](/tutorials/upgrade-eoa-to-smart-account).
17
+
:::
18
+
15
19
## Prerequisites
16
20
17
21
- Install [Node.js](https://nodejs.org/en/blog/release/v18.18.0) v18 or later.
- To grant specific permissions to other accounts from your smart account, [create a delegation](../../guides/delegation/execute-on-smart-accounts-behalf.md).
169
173
- To quickly bootstrap a MetaMask Smart Accounts project, [use the CLI](../use-the-cli.md).
170
-
- You can also [use MetaMask Connect to upgrade a MetaMask account to a smart account](/tutorials/upgrade-eoa-to-smart-account).
Represents the payment requirements returned by an x402 server. [`createx402DelegationProvider`](x402.md#createx402delegationprovider) uses these values to scope and construct the <GlossaryTerm term="Delegation">delegation</GlossaryTerm>.
| `requireRedeemers` | `boolean` | Yes | Whether at least one redeemer constraint must exist. |
262
+
| `addresses` | [`MaybeDeferred`](#maybedeferred)`<Address[]>` | No | The addresses that are allowed to redeem the <GlossaryTerm term="Delegation">delegation</GlossaryTerm>. |
0 commit comments