Skip to content

Commit 171d256

Browse files
authored
Merge branch 'main' into edit-ew-builder-react-native
2 parents 3f48c30 + 0479876 commit 171d256

File tree

141 files changed

+2764
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+2764
-101
lines changed

delegation-toolkit/concepts/delegation/caveat-enforcers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Learn about caveat enforcers and how they restrict delegations.
3+
keywords: [caveats, caveat enforcers, delegation]
34
---
45

56
# Caveat enforcers

delegation-toolkit/concepts/delegation/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Learn about delegation, the delegation lifecycle, and the Delegation Framework.
33
toc_max_heading_level: 2
4+
keywords: [delegation toolkit, delegation, delegator, delegate, delegation framework]
45
---
56

67
import Tabs from "@theme/Tabs";

delegation-toolkit/concepts/smart-accounts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Learn about MetaMask Smart Accounts.
3+
keywords: [MetaMask, smart accounts, account abstraction, ERC-4337]
34
---
45

56
# MetaMask Smart Accounts

delegation-toolkit/get-started/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_label: Install and set up
33
description: Learn how to install and set up the MetaMask Delegation Toolkit.
4+
keywords: [install, MetaMask, delegation, toolkit, smart, accounts]
45
---
56

67
import Tabs from "@theme/Tabs";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Upgrade an externally owned account (EOA) to a smart account
33
sidebar_label: EIP-7702 quickstart
4+
keywords: [quickstart, EIP-7702, externally owned account, EOA, smart account]
45
---
56

67
# EIP-7702 quickstart

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Get started quickly with the MetaMask Smart Accounts
33
sidebar_label: Smart account quickstart
4+
keywords: [quickstart, smart accounts, user operation]
45
---
56

67
# MetaMask Smart Accounts quickstart

delegation-toolkit/get-started/supported-networks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Supported networks
33
sidebar_label: Supported networks
44
description: Supported networks for Delegation Toolkit.
5+
keywords: [MetaMask, delegation toolkit, supported networks, mainnet, testnet]
56
---
67

78
The following tables display the networks supported by each version of the MetaMask Delegation Toolkit.

delegation-toolkit/get-started/use-the-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Get started with the MetaMask Delegation Toolkit using the `@metamask/create-gator-app` CLI.
33
sidebar_label: Use the CLI
4+
keywords: [CLI, delegation, smart accounts, template]
45
---
56

67
# Use the Delegation Toolkit CLI
@@ -27,6 +28,7 @@ Upon installation, you'll be asked the following prompts:
2728
? Pick a template: (Use arrow keys)
2829
❯ MetaMask Smart Accounts Starter
2930
MetaMask Smart Accounts & Delegation Starter
31+
Farcaster Mini App Delegation Starter
3032
Experimental: ERC7715 Permissions starter
3133
? Pick a package manager: (Use arrow keys)
3234
❯ npm
@@ -93,4 +95,5 @@ Currently, only Cursor and Windsurf are supported.
9395
|----------------------------------------------------|---------|------------|
9496
| MetaMask Smart Accounts Starter | ✅ | ✅ |
9597
| MetaMask Smart Accounts & Delegation Starter | ✅ | ✅ |
98+
| Farcaster Mini App Delegation Starter | ✅ | |
9699
| Experimental: ERC7715 Permissions starter | ✅ | |

delegation-toolkit/guides/configure-toolkit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Learn how to configure the bundler client, paymaster client, and toolkit environment.
33
sidebar_label: Configure the toolkit
4+
keywords: [configure, delegation toolkit, bundler, paymaster, delegator environment]
45
---
56

67
import Tabs from "@theme/Tabs";

delegation-toolkit/guides/delegation/check-delegation-state.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Learn how to check the delegation state.
33
sidebar_label: Check the delegation state
44
toc_max_heading_level: 3
5+
keywords: [delegation, state, caveat enforcer, delegation scope]
56
---
67

78
import Tabs from "@theme/Tabs";

0 commit comments

Comments
 (0)