Skip to content

Crossmint/bulk-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Bulk Uploader

This repo is referenced in the create collection docs page.

Install Dependencies

pnpm install

Adjust metadata.csv

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.

Set up .env file

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.

Run the Script

node batchUploader.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published