Tokens
Deploy an ERC-721 token
Learn how to deploy an ERC-721 token using thirdweb's dashboard or programmatically through the SDK. This guide will walk you through the steps to create, configure, and deploy your own ERC-721 token.
Navigate to the thirdweb dashboard and create a new project or use an existing one.
Navigate to the Tokens section and select Create NFT Collection
Determine your NFT Collection's name, symbol, and chain. You may also optionally set up an image or logo, social links, and a description for your collection.
In this step, also determine the admin wallet address that will manage the collection. This address will have the ability to mint new NFTs, manage metadata, and perform other administrative tasks.
Upload your NFTs to the collection. You can upload images, videos, or other media files that represent your NFTs. You can also set metadata for each NFT, including name, description, and attributes.
Metadata Management
You can switch to "Create Multiple" to upload multiple NFTs at once. This is useful for bulk minting or creating a series of NFTs when you have a corresponding CSV or JSON file with metadata.
Input the wallet address that will receive the primary sale proceeds from the NFT collection. You can also set up secondary sale royalties, which will be paid to the specified address whenever the NFT is resold on marketplaces that support royalties.
Confirm your configuration and select the "Launch" button to deploy your ERC-721 token collection to the blockchain.
Coming soon