@consensys/create-web3-app
Version:
CLI tool for generating Web3 starter projects, streamlining the setup of monorepo structures with a frontend (Next.js or React) and blockchain tooling (HardHat or Foundry). It leverages the commander library for command-line interactions and guides users
20 lines (19 loc) • 577 B
text/typescript
export const TEMPLATES = [
{
name: "MetaMask <-> Next.js Wagmi Quickstart",
id: "metamask-nextjs-wagmi",
degitSource: "MetaMask/metamask-sdk-examples/examples/quickstart",
},
{
name: "MetaMask <-> Web3Auth Quickstart",
id: "metamask-web3auth",
repo_url: "https://github.com/MetaMask/metamask-web3auth.git",
packageName: "metamask-web3auth",
},
{
name: "MetaMask <-> Dynamic Quickstart",
id: "metamask-dynamic",
repo_url: "https://github.com/MetaMask/metamask-dynamic.git",
packageName: "metamask-dynamic",
},
] as const;