thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
Sell Your NFT in Multiple Currencies at the Same Time
Edition

Sell Your NFT in Multiple Currencies at the Same Time

⚠️ 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 an ERC1155 drop where users can pay with multiple currencies using signature minting,
Apr 19, 2022 7 min read
Create a gasless NFT drop with Next.js and OpenZeppelin
Edition Drop

Create a gasless NFT drop with Next.js and OpenZeppelin

⚠️ 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 an NFT Drop in which you pay the gas for your users, using OpenZeppelin, Next.js and thirdweb. In some
Apr 4, 2022 4 min read
Deploy an NFT Drop with Revenue Share
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
Mar 22, 2022 4 min read
How To Create a Coinbase Wallet
Guides

How To Create a Coinbase Wallet

To create a token, an NFT, or deploy any other sort of contract on a blockchain, you will need to have a crypto wallet. In this guide, we will create a Coinbase Wallet using the Coinbase browser extension. Navigate to Coinbase and click the blue ‘Download Coinbase Wallet’ button on
Mar 10, 2022 2 min read
What Is IPFS and How Does it Store NFT Metadata?

What Is IPFS and How Does it Store NFT Metadata?

What is IPFS When you create an NFT, you can provide a link to an asset, like an image. That image can be stored anywhere; most commonly, NFT assets are stored in IPFS (Inter Planetary File System). This is because if an image is stored somewhere like a cloud provider,
Mar 1, 2022 2 min read
Create an Early Access NFT with TypeScript and React
Edition Drop

Create an Early Access NFT with TypeScript and React

⚠️ 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 are going to make our own early access NFTs using TypeScript. We are going to create an NFT using an
Feb 10, 2022 6 min read
Build a DAO With a Treasury and a Governance Token - thirdweb Guides
Vote

Build a DAO With a Treasury and a Governance 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 use the vote contract to set up governance and create proposals. Everything we do
Feb 3, 2022 6 min read
Using the Web3 SDK: Frontend or Backend?
TypeScript

Using the Web3 SDK: Frontend or Backend?

This guide shows how to use our SDK effectively and where your code should live depending on your use case. Frontend Here is a typical use case. You have an app (or are building one) and you want users to claim an NFT. You have everything set up and just
Jan 11, 2022 2 min read
Build An Auction Button For Your NFT Marketplace
React

Build An Auction Button For Your NFT Marketplace

⚠️ 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 build a simple React component that can list an NFTs for auction on a
Jan 6, 2022 2 min read
Build a Token Minting Button with React
React

Build a Token Minting Button with React

⚠️ 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 button in your app that allows users to mint ERC20 tokens! You&
Jan 5, 2022 1 min read
Create A Mint Button to Claim NFTs from your 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
Jan 5, 2022 1 min read
Release an NFT Drop on your own site without writing any code
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
Dec 21, 2021 7 min read
Deploy an NFT Drop with TypeScript
NFT Drop

Deploy an NFT Drop with TypeScript

⚠️ 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 configure an NFT Drop with the TypeScript SDK! You can deploy an
Dec 6, 2021 3 min read
Create an ERC20 token with TypeScript
Token

Create an ERC20 token with TypeScript

⚠️ 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. ⚠️ You can deploy a Token via the dashboard, but in this guide, we'll demonstrate how to do it using TypeScript! Create a
Nov 21, 2021 2 min read
Mint an NFT Collection with TypeScript
NFT Collection

Mint an NFT Collection with TypeScript

⚠️ 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. ⚠️ You can deploy an NFT Collection via the dashboard, but in this guide, we'll demonstrate how to do it using TypeScript! Create
Nov 19, 2021 2 min read
How to Create a MetaMask Wallet - thirdweb Guides

How to Create a MetaMask Wallet

In this guide, learn how to create a MetaMask wallet & get testnet ETH so you can start building on Ethereum. Learn more.
Nov 19, 2021 3 min read
Set Up Gasless Transactions with OpenZeppelin Defender - thirdweb Guides
Gasless

Set Up Gasless Transactions with OpenZeppelin Defender

⚠️ 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 set up gasless transactions, which use a relayer to forward transactions, allowing you to
Sep 16, 2021 1 min read
Mint An NFT Using Next.js
NFT Collection

Mint An NFT Using Next.js

⚠️ 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 use Next.js to: * View all NFTs in an NFT Collection * Allow a connected
Sep 16, 2021 3 min read
Create NFT Memberships For Your Discord
Edition

Create NFT Memberships For Your Discord

⚠️ 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 use NFTs to grant exclusive access into specific Discord servers or channels. You can
Sep 16, 2021 2 min read

Build web3 apps easily

Deploy smart contracts and build dApps on 700+ blockchains, in minutes.

Start building Contact us
thirdweb © 2025