Web3 Toolbox: Building an NFT Drop With Web3 Toolbox
Learn how to build an NFT drop with Web3 Toolbox and IPFS.
Last updated
Was this helpful?
Learn how to build an NFT drop with Web3 Toolbox and IPFS.
Last updated
Was this helpful?
Web3 Toolbox is an open-source application and plugin that extends the functionality and compatibility of the no-code platform Bubble. is used to create several different digital products like marketplaces, applications, dashboards, and social networks without coding.
Read below to learn how to build an NFT drop with Web3 Toolbox and IPFS.
To do this, navigate to . If you don’t have an account already, , 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
One method to quickly create metadata is to input the metadata information in a CSV file, then convert that file to the necessary JSON files.
In the ‘Uploaded Files Folder URL’, enter your IPFS Folder CID from step 6, prefaced with ipfs://
.
This template can be edited to add additional columns that contain custom attribute traits, such as rarity, background color, or special NFT perks. However, do NOT edit the column names for any of the pre-existing columns.
This file will download as a text document file (.txt). Keep this file handy to be used later.
Connect your wallet by selecting the ‘Connect’ button in the upper right corner.
Then, select ‘Deploy Smart Contract’.
Then, set the date for your collection to go on sale and the sale price. When you’re finished, select ‘Set Claim Conditions’.
These configuration options are optional and will be based on your workflow and intended release format.
Select the ‘Claim’ option.
Lastly, insert your NFT collection’s smart contract address.
This widget can then be embedded into a webpage or application for users to mint an NFT from your collection.
To build this out, we’ll use the
For more information on these specific options, check out the .