@consensys/create-web3-template
Version:
This is a CLI tool that scaffolds Next.js and React projects with a focus on Web3 development.
21 lines (20 loc) • 647 B
JavaScript
export var TEMPLATES = [
{
name: "Next Web3 Starter",
id: "next-web3-starter",
repo_url: "https://github.com/Consensys/next-web3-starter.git",
packageName: "@consensys/web3-starter",
},
{
name: "React Web3 Starter",
id: "react-web3-starter",
repo_url: "https://github.com/Consensys/react-web3-starter.git",
packageName: "@consensys/react-web3-starter",
},
{
name: "React/Vite and foundry starter",
id: "foundry-starter",
repo_url: "https://github.com/cxalem/foundry-template",
packageName: "@consensys/foundry-template",
},
];