From 7ad8f92a91b4f5eabaf1610569e336a207d31695 Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Wed, 30 Jul 2025 03:44:48 +0400 Subject: [PATCH 1/2] update CLI quickstart --- .../get-started/cli-quickstart.md | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/delegation-toolkit/get-started/cli-quickstart.md b/delegation-toolkit/get-started/cli-quickstart.md index 08d503b76cf..82dba5e58ce 100644 --- a/delegation-toolkit/get-started/cli-quickstart.md +++ b/delegation-toolkit/get-started/cli-quickstart.md @@ -26,15 +26,17 @@ Upon installation, you'll be asked the following prompts: ❯ nextjs vite-react ? Pick a template: (Use arrow keys) -❯ Basic Delegator app with NextJS - Experimental: Basic Gator app to try out ERC7715 Permissions +❯ MetaMask Smart Accounts Starter + MetaMask Smart Accounts & Delegation Starter + Experimental: ERC7715 Permissions starter ? Pick a package manager: (Use arrow keys) ❯ npm yarn pnpm ``` -Once you've answered the prompts with the required configuration and selected a template, the CLI will create the project using the specified name and settings. +Once you've answered the prompts with the required configuration and selected a template, the CLI will create the +project using the specified name and settings. See the following section to learn more about available CLI configurations. ## Options @@ -46,14 +48,15 @@ The CLI provides the following options to display CLI details, and further custo | `-v` or `--version` | Check the current version of the `@metamask/create-gator-app` CLI. | | `-h` or `--help` | Display the available options. | | `--skip-install` | Skip the installation of dependencies. | -| `--add-web3auth` | Add Web3Auth Embedded Wallet as a signer for the delegator account.
Supported templates: | -| `--add-llm-rules` | Add LLM rules for your IDE. Supported templates: | +| `--add-web3auth` | Add Web3Auth Embedded Wallet as a signer for the delegator account.
Supported templates: | +| `--add-llm-rules` | Add LLM rules for your IDE. Supported templates: | ## Examples ### Web3Auth configuration -To create a project that uses [Web3Auth](https://web3auth.io/docs/) Embedded Wallet as the signer for your delegator account, use the `--add-web3auth` option with `@metamask/create-gator-app`: +To create a project that uses [Web3Auth](https://web3auth.io/docs/) Embedded Wallet as the signer for your delegator +account, use the `--add-web3auth` option with `@metamask/create-gator-app`: ```bash npx @metamask/create-gator-app --add-web3auth @@ -89,5 +92,6 @@ Currently, only Cursor and Windsurf are supported. | Template | Next.js | Vite React | |----------------------------------------------------|---------|------------| -| Basic dapp with delegation and redeem flow | ✅ | ✅ | -| Experimental: Basic dapp with ERC-7715 permissions | ✅ | | +| MetaMask Smart Accounts Starter | ✅ | ✅ | +| MetaMask Smart Accounts & Delegation Starter | ✅ | ✅ | +| Experimental: ERC7715 Permissions starter | ✅ | | From 70eb197c6be9412786a204c357b8aacad73cd2c5 Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Wed, 30 Jul 2025 14:03:39 +0400 Subject: [PATCH 2/2] resolve review comments --- delegation-toolkit/get-started/cli-quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/delegation-toolkit/get-started/cli-quickstart.md b/delegation-toolkit/get-started/cli-quickstart.md index 82dba5e58ce..66d60af746b 100644 --- a/delegation-toolkit/get-started/cli-quickstart.md +++ b/delegation-toolkit/get-started/cli-quickstart.md @@ -48,8 +48,8 @@ The CLI provides the following options to display CLI details, and further custo | `-v` or `--version` | Check the current version of the `@metamask/create-gator-app` CLI. | | `-h` or `--help` | Display the available options. | | `--skip-install` | Skip the installation of dependencies. | -| `--add-web3auth` | Add Web3Auth Embedded Wallet as a signer for the delegator account.
Supported templates: | -| `--add-llm-rules` | Add LLM rules for your IDE. Supported templates: | +| `--add-web3auth` | Add [Web3Auth Embedded Wallet](https://web3auth.io/docs) as a signer for the delegator account.
Supported templates:
- MetaMask Smart Accounts Starter
- MetaMask Smart Accounts & Delegation Starter | +| `--add-llm-rules` | Add LLM rules for your IDE. Supported in the Experimental: ERC7715 Permissions Starter template. | ## Examples