Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions smart-accounts-kit/get-started/use-the-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Upon installation, you'll be asked the following prompts:
? Pick a framework: (Use arrow keys)
❯ nextjs
vite-react
node
? Pick a template: (Use arrow keys)
❯ MetaMask Smart Accounts Starter
MetaMask Smart Accounts & Delegation Starter
Expand Down Expand Up @@ -74,9 +75,10 @@ You'll be prompted to provide additional Web3Auth configuration details:

## Supported templates

| Template | Next.js | Vite React |
| ------------------------------------------------ | ------- | ---------- |
| MetaMask Smart Accounts Starter | ✅ | ✅ |
| MetaMask Smart Accounts & Delegation Starter | ✅ | ✅ |
| Farcaster Mini App Delegation Starter | ✅ | |
| Advanced Permissions (ERC-7715) Starter | ✅ | |
| Template | Next.js | Vite React | Node.js |
| ------------------------------------------------ | ------- | ---------- | ------- |
| MetaMask Smart Accounts Starter | ✅ | ✅ | ❌ |
| MetaMask Smart Accounts & Delegation Starter | ✅ | ✅ | ❌ |
| Farcaster Mini App Delegation Starter | ✅ | ❌ | ❌ |
| Advanced Permissions (ERC-7715) Starter | ✅ | ❌ | ❌ |
| x402 Server | ❌ | ❌ | ✅ |
Loading