Learn how to create an NFT collection of passes that will be minted on demand using signature minting!
14 posts tagged with "mint"
View All TagsCreate A Discord Bot That Gives NFT Holders A Role
In this guide, we'll set up a Discord bot that checks if a wallet has an NFT from a collection, and grants them a special role on our Discord server if they do!
Create Simultaneous Allowlists drop with Signature Drop and Next.js
Learn how to create simultaneous allowlists where different users can buy NFTs from the drop at a different price based on which allowlist they are in.
Mint NFTs for VIPs Using unique codes!
In this guide, we will create an app that takes a coupon code to mint an NFT. Only users that have a coupon code can mint!
Create a dynamic allowlist with Airtable and Next.js
Learn how to create a dynamic allowlist where specific wallets can mint 1 token from your ERC1155 NFT collection!
Sell your NFT in multiple currencies at the same time
Learn how to make an ERC1155 drop where users can pay with multiple currencies using signature minting, Next.js, and thirdweb
Mint an NFT with no code
This guide explains how to mint an NFT without writing code on thirdweb in a few steps.
Create a Pack with Python
Create your own Pack of NFTs using the thirdweb Python SDK.
Mint an NFT Collection with TypeScript
This guide explains how to mint an NFT Collection using the TypeScript SDK.
Mint an NFT Collection with Python
In this guide, you'll learn how to mint your own NFT using Python! We'll be using the thirdweb dashboard and python SDK to complete this project.