thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
How to Create A ZenGo Wallet - thirdweb Guides

How to Create A ZenGo Wallet

In this guide, you will learn about the ZenGo wallet, what an MPC wallet is, ZenGo's ClearSign Web3 firewall, and how to create a ZenGo wallet. ZenGo Wallet: ZenGo is a mobile crypto wallet to store your cryptocurrency or NFTs. Store crypto from multiple blockchains like Bitcoin, Ethereum, Polygon, Tezos,
Jan 12, 2023 2 min read
Create an ERC721 NFT Staking Smart Contract + Web App - thirdweb Guides
Staking

Create an ERC721 NFT Staking Smart Contract + Web App

In this guide, we'll show you how to create and deploy an NFT staking smart contract, where people can stake their NFTs and earn rewards. We'll walk through: 1. Creating the ERC721 NFT smart contract 2. Creating the ERC20 token smart contract 3. Creating the staking smart contract 4. Building
Jan 10, 2023 6 min read
Create Rentable NFTs with the ERC4907 standard - thirdweb Guides
Explore

Create Rentable NFTs with the ERC4907 standard

In this guide, we'll show you how to create rentable NFTs using the ERC4907 standard; which allows the owner of an NFT to give another user temporary use of the NFT! Let's get started! What is the ERC4907 Standard? ERC4907 is a standard for non-fungible tokens (NFTs) that can be
Jan 10, 2023 4 min read
Build an NFT Minting Site with No-code Using Makeswift - thirdweb
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 have the
Jan 9, 2023 3 min read
The Ultimate Guide to the CLI - thirdweb Guides
CLI

The Ultimate Guide to the CLI

In this guide, we will show you how you can use the CLI to create a full web3 application. The CLI is a tool that helps you perform the most common actions of building a full-stack web3 application. Creating A Smart Contract Creating smart contracts with proper configuration can be
Jan 9, 2023 4 min read
Airdrop ERC20 Tokens to a List of Wallet Addresses - thirdweb Guides
Airdrop

Airdrop ERC20 Tokens to a List of Wallet Addresses

In this guide, we will learn how to airdrop ERC20 tokens to a list of recipients using the new Airdrop ERC20 contract from the dashboard! This guide will allow you to send any ERC20 token to a list of wallet addresses. If you don't already have a token, you can
Jan 5, 2023 3 min read
How to verify a Custom Contract on Etherscan using the dashboard - thirdweb Guides
Guides

How to verify a Custom Contract on Etherscan using the dashboard

Verifying your smart contracts allows you to add trust and transparency to the information flow of the smart contract. It enables developers to take full advantage of the tooling that relies on the source code. It also helps contribute to the trustlessness of the entire ecosystem. In this guide, we
Dec 21, 2022 2 min read
Use Bundlr to store NFT images in an NFT Drop - thirdweb Guides
Storage

Use Bundlr to store NFT images in an NFT Drop

In this guide, we are going to use the thirdweb Solana SDK to deploy a Solana NFT drop, upload images to Bundlr to permanently store them, and finally, use these images to lazy-mint some NFTs into the drop. Before we get started, below are some helpful resources where you can
Dec 20, 2022 4 min read
How to Create an NFT Marketplace with Next.js and thirdweb on Polygon

How to Create an NFT Marketplace with Next.js and thirdweb on Polygon

You’ve probably heard of NFTs before, but just in case, non-fungible tokens (NFTs) are unique digital identifiers that cannot be copied, substituted, or subdivided. They are recorded on a blockchain to certify authenticity and ownership. As the popularity of NFTs has grown, the NFT market has climbed to more
Dec 13, 2022 10 min read
Allow Team Members to Claim NFTs for Free - thirdweb Guides
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 list of wallet addresses
Dec 12, 2022 4 min read
Create 3D Asset NFTs and Render them in Unity - thirdweb Guides
Gaming

Create 3D Asset NFTs and Render them in Unity

In this guide, we'll show you how to: * Deploy an NFT Collection to the blockchain * Mint NFTs that store 3D assets such as an AssetBundle * Render the NFTs inside a Unity game using GamingKit Before we begin, we recommend you familiarize yourself with the basics of Unity and read the
Dec 12, 2022 7 min read
Set Up Coinbase Pay In Your Unity Project - thirdweb Guides
Gaming

Set Up Coinbase Pay In Your Unity Project

In this guide, we'll show you how to set up Coinbase Pay inside a Unity game using our GamingKit integration! Coinbase Pay allows you to implement a fiat-to-crypto on-ramp within your games; enabling you to create an elegant user experience for players who might be new to the crypto space.
Dec 6, 2022 3 min read
How to add unlockable content to your NFT - thirdweb Guides

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
Dec 5, 2022 4 min read
Build an NFT Subscription using Unlock - thirdweb Guides
Explore

Build an NFT Subscription using Unlock

In this guide, we will deploy an instance of the Lock contract created by Unlock Protocol and then integrate this contract into a simple app! This contract allows you to create time-bound NFTs for recurring subscriptions, tickets, token gating, and certifications with an expiration. What is Unlock Protocol? Unlock is
Dec 5, 2022 6 min read
Setup Gasless Transactions In Your Unity Game - thirdweb Guides
Gasless

Setup Gasless Transactions In Your Unity Game

In this guide, we'll show you how to set up Gasless Transactions in your Unity game to create a powerful experience where players don't need to pay gas fees! Gasless transactions use a relayer to forward transactions, allowing you to cover the gas costs of transactions for your users. Relayers
Dec 1, 2022 3 min read
Create In Game NFT Lootboxes in Unity
Gaming

Create In-Game NFT Loot Boxes In Unity

In this guide, we'll show you how to use the Pack contract to allow users to open randomly selected NFTs as in-game assets. By the end, you'll: * Deploy an Edition; a collection of NFTs representing your in-game items. * Deploy the Pack contract; a collection of ERC1155 loot box NFTs. * Bundle
Nov 30, 2022 6 min read
Build a Smart Contract using Forge - thirdweb Guides
ContractKit

Build a Smart Contract using Forge

Foundry is an Ethereum development framework that allows developers to build projects and test smart contracts. Forge is a tool that ships with Foundry, enabling you to write tests in Solidity. Written in Rust by developers at Paradigm, Foundry is a blazing-fast alternative to Hardhat and other testing environments. In
Nov 29, 2022 4 min read
Allow Your NFT Holders To Mint NFTs In A Custom ERC20 Token - thirdweb Guides
NFT Drop

Allow Your NFT Holders To Mint NFTs In A Custom ERC20 Token

In this guide, we'll show you how to create a drop with some special functionality for your NFT holders: * All wallets claim NFTs at a regular price in the native currency (ETH). * NFT holders claim the NFTs using your own custom-made ERC20 token! Before we get started, below are some
Nov 22, 2022 6 min read
Host Your Application On Vercel - thirdweb Guides
Guides

Host Your Application On Vercel

In this guide, we will learn how you can host your thirdweb apps on Vercel. Vercel is for hosting Next.js projects that have a server, for SDK features such as signature-based minting, or any backend logic running on an API route. If your application doesn't have any server-side logic;
Nov 22, 2022 2 min read
How to Create a Token Gated Website on Shopify using thirdweb - thirdweb Guides

How to Create a Token Gated Website on Shopify using thirdweb

Intersecting Blockchain & E-Commerce Two of the fastest-growing industries over the past few years have been blockchain and e-commerce. And the intersection between both industries is growing larger every day. In e-commerce, an increasing amount of brands have been providing value to their customers by prioritizing their online experience, primarily through
Nov 17, 2022 6 min read
Create Burn-To-Redeem NFTs For A Unity Game - thirdweb Guides
Gaming

Create Burn-To-Redeem NFTs For A Unity Game

In this guide, we'll show you how to create a "burn-to-redeem" mechanic in a Unity game; where users burn one NFT to claim a different NFT! By the end, you'll learn how to: * Create an NFT Collection with custom logic in Solidity using ContractKit * Deploy your contract to the blockchain
Nov 17, 2022 7 min read
Sell An ERC20 Token As In-Game Currency In Unity - thirdweb Guides
Gaming

Sell An ERC20 Token As In-Game Currency In Unity

In this guide, we'll show you how to create your own ERC20 digital currency, and sell it from an in-game shop using Unity. Players will be able to buy your currency by purchasing it with their cryptocurrencies; such as ETH or MATIC. By the end, we'll do the following: * Deploy
Nov 17, 2022 5 min read
Add A Connect Wallet Button in a Unity Game - thirdweb Guides
Gaming

Add A Connect Wallet Button in a Unity Game

In this guide, we'll show you how to add a "Connect Wallet" button to your Unity Game, to allow users to connect their wallet to your game! Once connected, we'll check to see if they own an NFT from your collection and allow them to play the game if they
Nov 17, 2022 5 min read
Airdrop Free-To-Own NFTs For Your Web3 Game
Gaming

Airdrop Free-To-Own NFTs For Your Web3 Game

In this guide, we'll show you how to deploy an ERC1155 NFT Collection using our prebuilt Edition smart contract and airdrop NFTs to a list of wallet addresses. By the end, you'll: * Deploy an NFT smart contract and mint your NFTs * Create a "snapshot" of wallet addresses to airdrop NFTs
Nov 16, 2022 3 min read
Get Started with the Unity SDK - thirdweb Guides
Gaming

Get Started with the Unity SDK

Builders of the Metaverse deserve the best tooling; which is why we're building a multi-phased release to enhance the most popular game engines with support for Web3; starting with Unity. We're excited to show you our brand-new Unity SDK, and empower you to create the next wave of web3 games.
Nov 15, 2022 5 min read

Build web3 apps easily

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

Start building Request demo
thirdweb © 2023