Guides How to Deploy an ERC721-C NFT Drop with Enforced On-Chain Royalties In this guide, we'll walk through how to deploy an ERC721-C NFT collection with built-in royalties using Thirdweb's new feature modular contracts. By the end, you'll have a fully functioning NFT collection that enforces royalties on secondary sales and prevents market manipulation. To get
NFT Drop How to Create an NFT Minting Website (Template Included) In this guide, learn how to create an NFT minting website from scratch! We'll take you step-by-step through the following: 1. Deploying a NFT Drop smart contract 2. Creating an app using our NFT Minting Site template 3. Customizing your Connect Wallet button with web3 wallets, email &
New NFT prebuilt contract: Burn-To-Claim Drop Specify an 'origin' NFT contract and charge a special price to holders, who can burn their origin-contract-NFT to claim one from the burn-to-claim contract.
NFT Drop Setting up an NFT minting website with a timer ⚠️ Warning: This guide currently uses v4 of the Connect SDK. For v5 (latest) code snippets, please check out our documentation while this guide is being updated. ⚠️ This guide will show you how to build a custom mint page with a countdown timer using Next.js and the TypeScript SDK. By
NFT Drop Deploy a Smart Contract on Zora This guide will show you how to deploy any smart contract to the Zora network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Zora Testnet, and mint an NFT on the smart contract. Once you get the hang
NFT Drop Deploy a Smart Contract on zkSync Era This guide will show you how to deploy any smart contract to the zkSync Era network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the zkSync Era Testnet, and mint an NFT on the smart contract. Once you get
NFT Drop Deploy a Smart Contract on Ethereum (ETH) This guide will show you how to deploy any smart contract to the Ethereum network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Sepolia testnet, and mint an NFT on the smart contract. Let's get started!
NFT Drop Deploy an ERC721A NFT Smart Contract In this guide, we'll show you how to deploy and set up an NFT drop with ERC721A standards using the dashboard! Then, we will create a simple website using Next.js where users can claim the NFTs from the NFT drop. Let's get started. How to
NFT Drop Deploy a Smart Contract on Binance Smart Chain (BNB) This guide will show you how to deploy any smart contract to the BNB Chain. By the end, you'll learn how to create a simple Edition Drop smart contract, deploy it to the Binance Smart Chain Testnet, and mint an NFT on the smart contract. Let's
NFT Drop Deploy a Smart Contract on Optimism This guide will show you how to deploy any smart contract to the Optimism network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Optimism Goerli testnet, and mint an NFT on the smart contract. Let's get
NFT Drop Deploy a Smart Contract on Polygon (MATIC) This guide will show you how to deploy any smart contract to the Polygon network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Polygon Amoy testnet, and mint an NFT on the smart contract. Let's get
NFT Drop Deploy a Smart Contract on the Metis Blockchain This guide will show you how to deploy any smart contract to the Metis network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Metis Goerli Testnet, and mint an NFT on the smart contract. Once you get the
NFT Drop Build an NFT Minting Site with No-code Using Makeswift In this guide, we'll show you how to use Makeswift, a no-code tool for building Next.js applications to create an NFT Minting web application powered by our NFT drop smart contract! Pre-requisites In order to make sure you are able to follow this tutorial make sure you
NFT Drop Allow Team Members to Claim NFTs for Free In this guide, we'll show you how to set up an NFT Drop so that members of your team can mint for free while other users claim at the regular price! We'll use our newly announced improved claim conditions to override the price for a set
How to add unlockable content to your NFT In this guide, we will learn how to deploy an NFT Drop contract using the thirdweb dashboard and add unlockable content to the NFT where only the owner of the NFT can access the content using Darkblock. Before we get started, feel free to check out the tools and resources
NFT Drop Allow Your NFT Holders To Mint NFTs In A Custom ERC20 Token ⚠️ Warning: This guide currently uses v4 of the Connect SDK. For v5 (latest) code snippets, please check out our documentation while this guide is being updated. ⚠️ In this guide, we'll show you how to create a drop with some special functionality for your NFT holders: * All wallets claim
NFT Drop Create an NFT Drop with Centralized Metadata ⚠️ Warning: This guide currently uses v4 of the Connect SDK. For v5 (latest) code snippets, please check out our documentation while this guide is being updated. ⚠️ This guide will show you how to create and deploy an NFT Drop smart contract where you can update the NFT metadata at any
NFT Drop How To Create An NFT Collection (Drop) On Optimism ⚠️ Warning: This guide currently uses v4 of the Connect SDK. For v5 (latest) code snippets, please check out our documentation while this guide is being updated. ⚠️ In this guide, we'll show you how to deploy and set up an NFT drop using the dashboard on the Optimism network!
NFT Drop How To Sell NFTs In A Custom ERC20 token In this guide, we'll show how to create an NFT drop which requires that a custom ERC-20 token is used to pay for the NFTs. We'll be using two of thirdweb's prebuilt contracts - the NFT Drop contract and the Token contract. Let'
Blog Unlocking access to New York Fashion Week with NFTs | NYFW x Afterpay In 2022 Afterpay used the democratizing force of web3 to open the doors to New York Fashion week. The fintech brand worked with five NYC based designers to launch ‘The Keys to New York Fashion Week’, an NFT collection which granted access to exclusive shows and events for NYFW.
NFT Drop Create an NFT Drop with Gasless Transactions using Biconomy ⚠️ Warning: This guide currently uses v4 of the Connect SDK. For v5 (latest) code snippets, please check out our documentation while this guide is being updated. ⚠️ Let's assume you want to create an entirely free NFT Drop for your community; we can do so by paying the gas
Shuffle your NFT drop without writing any code In this guide, we'll show you how to shuffle your NFT drop's NFTs before you lazy mint your NFTs! Let’s say you are ready to launch your first NFT project, but you want it to be shuffled for your community to mint. This is possible
Split Deploy an NFT Drop with Revenue Share In this guide, we'll show you how to create an NFT Drop that shares the revenue from sales to multiple wallets using the Split contract! Intro Welcome to this Split contract guide! The split contract is a powerful tool that allows you to share revenue with a group
NFT Drop Create A Mint Button to Claim NFTs from your NFT Drop ⚠️ Warning: This guide currently uses v4 of the Connect SDK. For v5 (latest) code snippets, please check out our documentation while this guide is being updated. ⚠️ In this guide, we'll show you how to create a claim button on your website that allows users to claim an NFT
NFT Drop Release an NFT Drop on your own site without writing any code ⚠️ Warning: This guide currently uses v4 of the Connect SDK. For v5 (latest) code snippets, please check out our documentation while this guide is being updated. ⚠️ Learn how to create your own NFT drop without having to write a single line of code! In this guide, we'll show