thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
Using React Native with thirdweb
React Native

Getting started with React Native and thirdweb

In this guide we will see how you can use React Native with thirdweb and have the same ease of use as the React SDK. Recently, we added support for React Native in our SDKs that should allow you to do everything – right from connecting wallets to interacting with contracts.
Mar 30, 2023 5 min read
How To Create an NFT Drop on Milkomeda A1 (Algorand EVM Rollup)

How To Create an NFT Drop on Milkomeda A1 (Algorand EVM Rollup)

In this guide, we will show you how to deploy an ERC721A smart contract on the Milkomeda A1 Rollup using thirdweb's Explore. We will also demonstrate how to build an NFT Drop minting page by modifying one of thirdweb's templates. Milkomeda is a cutting-edge protocol that allows non-EVM blockchains to
Mar 29, 2023 4 min read
How to deploy a smart contract to the Polygon zkEVM network testnet - thirdweb Guides
Deploy

Deploy a Smart Contract to Polygon zkEVM Testnet

This guide will show you how to deploy any smart contract to Polygon's zkEVM testnet, a zero-knowledge-rollup built on top of the Ethereum Mainnet. By the end, you'll learn how to create a simple NFT collection smart contract using Solidity, deploy it to the Polygon zkEVM network, and mint an
Mar 27, 2023 5 min read
Introducing the Transaction Builder
TypeScript

Introducing the Transaction Builder

Today we're excited to announce a new feature in our TypeScript SDK, the Transaction Builder; a method to granularly control every aspect of the transaction process, by specifying overrides and config for each step, like so: // Prepare a transaction, but don't send it const tx = await contract.erc721.claim.prepare(
Mar 23, 2023 4 min read
Build A Native Web3 Game (iOS, Android, Windows, Mac)
Gaming

Build A Native Web3 Game (iOS, Android, Windows, Mac)

Learn how to create games with web3 functionality such as connecting to user wallets and minting NFTs using thirdweb's unity SDK.
Mar 22, 2023 5 min read
Deploy a smart contract on Base testnet (Coinbase L2)  - thirdweb Guides
Guides

Deploy a smart contract on Base testnet (Coinbase L2)

This guide will show you how to deploy any smart contract to the Base network — Coinbase's modular, rollup agnostic superchain. By the end, you'll learn how to create a simple NFT collection smart contract using Solidity, deploy it to the Base Goerli testnet, and mint an NFT on the smart
Mar 21, 2023 8 min read
Deploy a Smart Contract on Ethereum (ETH) - thirdweb Guides
NFT Drop

Deploy a Smart Contract on Ethereum (ETH)

This guide will show you how to deploy any smart contract to the Ethereum network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Sepolia testnet, and mint an NFT on the smart contract. Let's get started! What is Ethereum? Ethereum
Mar 20, 2023 5 min read
Deploy an ERC721A NFT Smart Contract - thirdweb Gui
NFT Drop

Deploy an ERC721A NFT Smart Contract

In this guide, we'll show you how to deploy and set up an NFT drop with ERC721A standards using the dashboard! Then, we will create a simple website using Next.js where users can claim the NFTs from the NFT drop. Let's get started. Deploy the NFT Drop Smart Contract
Mar 19, 2023 6 min read
Deploy a Smart Contract on Binance Smart Chain (BNB) - thirdweb Guides
NFT Drop

Deploy a Smart Contract on Binance Smart Chain (BNB)

This guide will show you how to deploy any smart contract to the BNB Chain. By the end, you'll learn how to create a simple Edition Drop smart contract, deploy it to the Binance Smart Chain Testnet, and mint an NFT on the smart contract. Let's get started! What is
Mar 10, 2023 5 min read
Deploy a Smart Contract on Fantom - thirdweb Guides
Edition Drop

Deploy a Smart Contract on Fantom

This guide will show you how to deploy any smart contract to the Fantom network. By the end, you'll learn how to create a simple Edition Drop smart contract, deploy it to the Fantom Testnet, and mint an NFT on the smart contract. Let's get started! What is Fantom? Fantom
Mar 10, 2023 4 min read
Deploy a Smart Contract on Avalanche (AVAX) - thirdweb Guides
Edition Drop

Deploy a Smart Contract on Avalanche (AVAX)

This guide will show you how to deploy any smart contract to the Avalanche network. By the end, you'll learn how to create a simple Edition Drop smart contract, deploy it to the Avalanche Fuji Testnet, and mint an NFT on the smart contract. Let's get started! What is Avalanche?
Mar 10, 2023 5 min read
Deploy a Smart Contract on Arbitrum - thirdweb Guides
Edition Drop

Deploy a Smart Contract on Arbitrum

This guide will show you how to deploy any smart contract to the Arbitrum network. By the end, you'll learn how to create a simple Edition Drop on smart contract, deploy it to the Arbitrum Goerli testnet, and mint an NFT on the smart contract. Let's get started! What is
Mar 10, 2023 5 min read
Deploy a Smart Contract on Optimism - thirdweb Guides
NFT Drop

Deploy a Smart Contract on Optimism

This guide will show you how to deploy any smart contract to the Optimism network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Optimism Goerli testnet, and mint an NFT on the smart contract. Let's get started! What is Optimism?
Mar 10, 2023 6 min read
Deploy a Smart Contract on Polygon (MATIC) - thirdweb Gu
NFT Drop

Deploy a Smart Contract on Polygon (MATIC)

This guide will show you how to deploy any smart contract to the Polygon network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Polygon Mumbai testnet, and mint an NFT on the smart contract. Let's get started! What is Polygon?
Mar 10, 2023 5 min read
Deploy a Smart Contract on Metis - thirdweb Guides
NFT Drop

Deploy a Smart Contract on the Metis Blockchain

This guide will show you how to deploy any smart contract to the Metis network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Metis Goerli Testnet, and mint an NFT on the smart contract. Once you get the hang of
Mar 6, 2023 5 min read
Off-Chain Data and Computation with Chainlink Functions

Off-Chain Data and Computation with Chainlink Functions

In this guide, we will use Chainlink Functions to run custom JavaScript to achieve two main outcomes: give our smart contract access to a chess API to find the top two players and their ELO ratings and subsequently compute their new ratings depending on the outcome of an upcoming match.
Mar 4, 2023 9 min read
How to use AI-Generated game assets and mint as NFT  - thirdweb Guides

How to use AI-Generated game assets and mint as NFT

This guide will show you how to generate game assets using Scenario and mint them as NFTs. We'll walk through the following: 1. Create a generator and train it 2. Use the generator to generate images 3. Create a smart contract to mint these as NFTs Let's get started! Creating
Feb 23, 2023 4 min read
Deploying contracts to local blockchains using thirdweb  - thirdweb Guides
Guides

Deploying contracts to local blockchains using thirdweb

This guide will explore deploying your smart contracts (pre-built and custom) to a local blockchain for testing. We will also cover setting up a local blockchain with minimal configuration and getting unlimited test funds in your wallet. We recently released a feature where you can deploy any contract to any
Feb 23, 2023 5 min read
Enable users to mint specific NFTs  - thirdweb Guides

Enable users to mint specific NFTs

This guide will show you how to create a decentralized app where end users can choose which NFT they want to mint. We'll walk through the following: 1. Creating an NFT Collection Contract 2. Showing available NFTs for users to mint 3. Minting the NFTs using signature mint Let's get
Feb 19, 2023 8 min read
Deploy a Smart Contract to ConsenSys zkEVM Testnet  - thirdweb Guides

Deploy a Smart Contract to ConsenSys zkEVM Testnet

This guide will show you how to deploy any smart contract to ConsenSys' zkEVM testnet, a zero-knowledge-rollup built on top of the Ethereum Mainnet. By the end, you'll learn how to create a simple ERC1155 Drop smart contract using Solidity, deploy it to the ConsenSys zkEVM network, and mint an
Feb 14, 2023 6 min read
Create a Shopify theme with thirdweb - thirdweb Guides
Guides

Create a Shopify theme with thirdweb

We know how powerful thirdweb can be, but a lot of people wonder, can I use it with Shopify? Well the answer is yes! Whether you're an advanced Shopify theme developer or a beginner this is the guide for you. First, if you don't already have a custom theme made,
Feb 8, 2023 5 min read
How to create a seamless NFT Checkout experience  - thirdweb Guides
Edition

How to create a seamless NFT Checkout experience

This guide will show you how to create a seamless NFT checkout experience for your users using Magic and Stripe. We'll walk through the following: 1. Creating an edition contract for the NFT 2. Creating a Stripe account for accepting payments 3. Creating a full-stack Next.js application Let's get
Feb 3, 2023 10 min read
How to Create An Open Edition NFT Drop - thirdweb Guides
Edition Drop

How to Create An Open Edition NFT Drop

In this guide, we'll show you how to create an open edition NFT drop, where any number of NFTs can be minted from your collection, but only a certain amount per wallet address. We'll use our audited ERC1155 NFT drop smart contract to ensure our users have a flawless experience
Jan 30, 2023 5 min read
How to Airdrop ERC721 NFTs to a List of Wallet Addresses - thirdweb Guides
Airdrop

How to Airdrop ERC721 NFTs to a List of Wallet Addresses

In this guide, we will show you how to airdrop NFTs to a list of recipients using the new Airdrop ERC721 smart contract! If you don't already have an NFT collection, you can deploy one using our guide on how to create an NFT collection before getting started. Let's dive
Jan 27, 2023 2 min read
How to Airdrop ERC-1155 NFTs to a List of Wallet Addresses - thirdweb Guides
Airdrop

How to Airdrop ERC-1155 NFTs to a List of Wallet Addresses

In this guide, We will show you how to airdrop ERC-1155 NFTs to a list of recipients using, the gas-optimized Airdrop ERC-1155 smart contract. Let's dive into it! Deploy the Airdrop Contract To begin, let's deploy our Airdrop contract. Head to the Explore page and click on the Airdrop ERC1155
Jan 27, 2023 2 min read

Build web3 apps easily

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

Start building Request demo
thirdweb © 2023