A tool to create Mintbase templates
npm install create-mintbasethis a command line tool that helps you to bootstrap your mintbase template dapp.
npx create-mintbase ${template}
current templates:
- ai-chat npx create-mintbase ai-chat
- ai-minter npx create-mintbase ai-minter
- minter npx create-mintbase minter
- blogchain npx create-mintbase blogchain
- contract-deployer npx create-mintbase contract-deployer
- marketplace npx create-mintbase marketplace
- nft-stripe-checkout npx create-mintbase nft-stripe-checkout
- simple-token-drop npx create-mintbase simple-token-drop
- starter-next npx create-mintbase starter-next
- starter-vite npx create-mintbase starter-vite