Skip to content

Commit b061240

Browse files
Add SDK EIP-7702 tutorial (#2227)
* Add SDK 7702 tutorial * address comments * address reviewer comments
1 parent b4ca1d3 commit b061240

File tree

10 files changed

+500
-1
lines changed

10 files changed

+500
-1
lines changed

delegation-toolkit/get-started/smart-account-quickstart/eip7702.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ const userOperationHash = await bundlerClient.sendUserOperation({
158158

159159
- To grant specific permissions to other accounts from your smart account, [create a delegation](../../how-to/create-delegation/index.md).
160160
- To quickly bootstrap a MetaMask Smart Accounts project, [use the CLI](../use-the-cli.md).
161+
- You can also [use MetaMask SDK to upgrade an EOA to a smart account](/sdk/tutorials/upgrade-eoa-to-smart-account).

sdk-sidebar.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ const sidebar = {
4141
label: 'Tutorials',
4242
collapsible: false,
4343
collapsed: false,
44-
items: ['tutorials/create-wallet-ai-agent'],
44+
items: [
45+
'tutorials/create-wallet-ai-agent',
46+
'tutorials/upgrade-eoa-to-smart-account',
47+
],
4548
},
4649
{
4750
type: 'category',
42.6 KB
Loading

sdk/_assets/sdk-7702-connected.png

23.4 KB
Loading
22.8 KB
Loading

sdk/_assets/sdk-7702-initial.png

20 KB
Loading
26.9 KB
Loading
27.4 KB
Loading
83.4 KB
Loading

0 commit comments

Comments
 (0)