Skip to content

Commit e4d4590

Browse files
Update docs for DTK CLI quickstart
* update CLI quickstart * resolve review comments
1 parent 5b33eaf commit e4d4590

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@ Upon installation, you'll be asked the following prompts:
2626
❯ nextjs
2727
vite-react
2828
? Pick a template: (Use arrow keys)
29-
❯ Basic Delegator app with NextJS
30-
Experimental: Basic Gator app to try out ERC7715 Permissions
29+
❯ MetaMask Smart Accounts Starter
30+
MetaMask Smart Accounts & Delegation Starter
31+
Experimental: ERC7715 Permissions starter
3132
? Pick a package manager: (Use arrow keys)
3233
❯ npm
3334
yarn
3435
pnpm
3536
```
3637

37-
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.
38+
Once you've answered the prompts with the required configuration and selected a template, the CLI will create the
39+
project using the specified name and settings.
3840
See the following section to learn more about available CLI configurations.
3941

4042
## Options
@@ -46,14 +48,15 @@ The CLI provides the following options to display CLI details, and further custo
4648
| `-v` or `--version` | Check the current version of the `@metamask/create-gator-app` CLI. |
4749
| `-h` or `--help` | Display the available options. |
4850
| `--skip-install` | Skip the installation of dependencies. |
49-
| `--add-web3auth` | Add Web3Auth Embedded Wallet as a signer for the delegator account. <br/>Supported templates: <ul><li>Next.js starter</li><li> Vite React starter</li></ul> |
50-
| `--add-llm-rules` | Add LLM rules for your IDE. Supported templates: <ul><li>Next.js ERC-7715 starter</li></ul> |
51+
| `--add-web3auth` | Add [Web3Auth Embedded Wallet](https://web3auth.io/docs) as a signer for the delegator account.<br/>Supported templates:<br/>- MetaMask Smart Accounts Starter<br/>- MetaMask Smart Accounts & Delegation Starter |
52+
| `--add-llm-rules` | Add LLM rules for your IDE. Supported in the Experimental: ERC7715 Permissions Starter template. |
5153

5254
## Examples
5355

5456
### Web3Auth configuration
5557

56-
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`:
58+
To create a project that uses [Web3Auth](https://web3auth.io/docs/) Embedded Wallet as the signer for your delegator
59+
account, use the `--add-web3auth` option with `@metamask/create-gator-app`:
5760

5861
```bash
5962
npx @metamask/create-gator-app --add-web3auth
@@ -89,5 +92,6 @@ Currently, only Cursor and Windsurf are supported.
8992
9093
| Template | Next.js | Vite React |
9194
|----------------------------------------------------|---------|------------|
92-
| Basic dapp with delegation and redeem flow | ✅ | ✅ |
93-
| Experimental: Basic dapp with ERC-7715 permissions | ✅ | |
95+
| MetaMask Smart Accounts Starter | ✅ | ✅ |
96+
| MetaMask Smart Accounts &amp; Delegation Starter | ✅ | ✅ |
97+
| Experimental: ERC7715 Permissions starter | ✅ | |

0 commit comments

Comments
 (0)