Use signature-based minting to allow users to select which 1-of-1 NFT to mint
10 posts tagged with "typescript"
View All TagsCreate Your Own NFT Marketplace with TypeScript and Next.js
Create your own NFT Marketplace where users can buy, sell, and make offers on NFTs!
Create an early access NFT with TypeScript and React
Easily create an early access NFT and a frontend for users to claim the NFT
Build treasury and governance for your DAO
Learn how to use the vote contract, how to set up governance and create proposals.
Create a Pack with TypeScript and Next.js
In this guide, you will learn how to work with the Pack module and create a small app that lets users get packs of random NFTs within them. Just imagine a trading card game or baseball cards where booster packs are sold that contain a random collection of individual cards.
Create your own auction with TypeScript
Create your own marketplace to sell your own NFTs with TypeScript
Create an NFT drop with TypeScript
In this guide, we'll create our own NFT Drop with the TypeScript SDK! First we will create an NFT Drop on the dashboard, then create NFTs, and finally set claim conditions from the SDK. In these drop conditions, you can set the mint price, upload allowlists for claiming, and more!
We also need to connect a wallet. So if you don't have a wallet, make sure to sign up with MetaMask or CoinWallet. If don't have a wallet, you can follow this guide to create one.
Create your own NFT marketplace with TypeScript
Create your own marketplace to sell NFTs with TypeScript
Create your own token with TypeScript
Creating tokens that can be used as your own currency with the thirdweb TypeScript SDK
Mint an NFT Collection with TypeScript
This guide explains how to mint your own NFT. We will create an NFT Collection contract on the dashboard and mint an NFT from the SDK. We also need to connect a wallet. So if you don't have a wallet, make sure to sign up with MetaMask or CoinWallet. Here's our guide on how to create a Metamask Wallet.