thirdweb: Release an NFT Drop Using thirdweb and IPFS
Learn how to release an NFT Drop using thirdweb and a Filebase IPFS Bucket.
Last updated
Learn how to release an NFT Drop using thirdweb and a Filebase IPFS Bucket.
Last updated
thirdweb is an easy to use web dashboard for building Web3 applications. thirdweb makes creating and deploying apps such as NFT collection drops easy. Typically, NFT drops require coding of smart contracts and other scripts to mint the NFTs. thirdweb does that process for you, meaning there is no coding involved. thirdweb can be used with objects stored on IPFS, so objects stored in a Filebase IPFS bucket can be seamlessly uploaded for use with a thirdweb app.
Read below to learn how to create your own NFT Drop using thirdweb and Filebase without any coding required.
Then select 'Deploy Now'.
For this tutorial, we’ll be using the Mumbai testnet, so we are using a Mumbai wallet.
To do this, navigate to console.filebase.com. If you don’t have an account already, sign up, then log in.
Select ‘Create Bucket’ in the top right corner to create a new bucket for your NFTs.
Bucket names must be unique across all Filebase users, be between 3 and 63 characters long, and can contain only lowercase characters, numbers, and dashes.
These files need to be named in sequential order, such as 0.png, 1.png, 2.png, etc.
https://ipfs.filebase.io/ipfs/IPFS_CID
Take note of this URL.
You'll see an option for 'Batch Upload'. For this, you will need to create a CSV file with each NFT’s metadata, which includes the IPFS CID we just took note of.
Make a CSV with the following format:
name | description | image |
---|---|---|
0.png | Image 1 in the Filebase NFT Drop | ipfs://QmQQ4yrW3XVsJQaAWJDTk2drHTVY5ybV9bC7Bw8aYcTzeD/0.png |
1.png | Image 2 in the Filebase NFT Drop | ipfs://bQmQQ4yrW3XVsJQaAWJDTk2drHTVY5ybV9bC7Bw8aYcTzeD/1.png |
2.png | Image 3 in the Filebase NFT Drop | ipfs://QmQQ4yrW3XVsJQaAWJDTk2drHTVY5ybV9bC7Bw8aYcTzeD/2.png |
Note: Each NFT must be named in sequential order (0,1,2,3,4, etc) followed by the desired file extension (.png, .jpg, etc).
Select ‘Next’ to continue.
You will be asked to authorize the transaction through your crypto wallet.
Select the ‘Set Claim Condition’ tab.
You can also set a wait time between transactions, and a limit on how many NFTs can be claimed per transaction.
Simply choose the ‘Embed’ tab from your project dashboard, then configure the IPFS Gateway to your preferred choice, and copy the Embed code to any website configuration.
Once embedded in a website, users can connect their Crypto wallet to the embedded Thirdweb app, and mint one of your NFTs!