This repo is referenced in the create collection docs page.
pnpm install
You'll need to update this file to match your token metadata. Part of that includes uploading your media files to a service such as Pinata to obtain publicly accessible URLs to use in the image column.
Copy the sample.env
to a local file named .env
and fill in the values for your project.
# your collectionID from the Crossmint Developer console
COLLECTION_ID=
# your API key with at least the `nfts.create` scope enabled
API_KEY=
Refer to Crossmint Docs for more info on obtaining an API key.
node batchUploader.js