In this guide, we will create tokens that can be used as a currency with the thirdweb Python SDK.
Create your own NFT marketplace with Python
In this guide, we'll create a marketplace smart contract using Python!
Mint an NFT Collection with TypeScript
This guide explains how to mint an NFT Collection using the TypeScript SDK.
Add a connect wallet button to your website
Learn how to easily add a connect wallet button to your web application using the React SDK.
Create a MetaMask wallet and get testnet ETH
In this guide, we'll create a MetaMask wallet, get set up with some test funds, and learn how to export the wallet's private key.
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.
Get MATIC on Polygon Mumbai Testnet official faucet
Get MATIC on Polygon Mumbai Testnet with the official Faucet from Polygon.
Create NFT memberships for your Discord
Use NFTs to grant exclusive access into specific Discord servers or channels.
Mint an NFT using Next.js
An example that uses Next.js to:
- View all NFTs in an NFT Collection
- Allow a connected wallet to mint new NFTs if they have the
minter
role.
How to create an NFT-gated website
In this guide, we will create a website that restricts content based on owning an NFT using React.