This is the Collector Open Source NFT Mint UI
You're free to fork and submit PR's or use this code in your own project under the terms of the AGPL.
- Allow up to 4 creators
- Accept traits
- Better support for more file types
Pull requests for the above are welcome
First, install packages:
npm -i
# or
yarn install
Create a .env.local file
NEXT_PUBLIC_RPC=https://api.devnet.solana.com
NEXT_PUBLIC_NETWORK=devnet
And then run the development server
npm run dev
# or
yarn dev
# or
pnpm dev