/mint-ui

Primary LanguageCSSGNU Affero General Public License v3.0AGPL-3.0

Overview

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.

Mint UI

TODO

  • Allow up to 4 creators
  • Accept traits
  • Better support for more file types

Pull requests for the above are welcome

Getting Started

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