create-mintbase
v1.0.35
Published
A tool to create Mintbase templates
Downloads
35
Readme
create-mintbase
this a command line tool that helps you to bootstrap your mintbase template dapp.
just start with:
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