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
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
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
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
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
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
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"
Announcing Improved Claim Conditions We're thrilled to announce our improved claim conditions as part of v3.6.0 of our SDK! We've been listening to your feedback, and are super excited to share with you our new and improved way of defining who, when, and how users can mint tokens
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
UI components How to Style and Call Functions on contracts using Web3Button ⚠️ 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 will show you how you can call functions on your smart contract using the Web3Button, and understand all the different
Solidity SDK How To Build An Upgradeable Smart Contract and Upgrade it Using a Proxy Contract In this guide, we'll show you how to create an upgradeable smart contract that allows you to modify its logic at a later time. We'll showcase this by: 1. Deploying an upgradeable smart contract with a bug in it 2. Fixing the bug in our original
Generate Shopify Discount Codes For NFT Holders ⚠️ 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're going to create an application that generates one-time use discount codes for Shopify stores to users who hold
Distribute NFTs on a Shopify Store ⚠️ 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 you can sell digital assets as NFTs using Shopify and thirdweb. By the end, users
Solidity SDK Create A Generative Art NFT Collection Using Solidity & JavaScript ⚠️ 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. ⚠️ This guide will show you how to create an ERC721 NFT Drop contract that mints dynamically generated NFTs (similar to Artblocks), using our Extensions,
Announcement Announcing $24m Series A: Accelerating the adoption of web3 with Haun Ventures, Coinbase, Shopify, and Polygon Today we're excited to announce our Series A led by Haun Ventures, with participation from Coinbase Ventures, Shopify, Polygon, Protocol Labs, Shrug VC, Joseph Lacob and other industry leaders.
Create An NFT Gated Website ⚠️ 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 website that restricts content based on owning an NFT with React. You
Solidity SDK Build An ERC721A NFT Collection using Solidity In this guide, we'll show you how to build and deploy a custom ERC-721A NFT Collection contract using Solidity, using our contracts SDK and CLI. By the end, you'll have a contract deployed onto the Ethereum Goerli test network where you can mint new NFTs via
Build An ERC20 Token Claim App in 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 will build a web application that allows users to claim ERC20 tokens in a Next.js app, and also show
NFT Drop Shuffle your NFT drop without writing any code In this guide, we'll show you how to shuffle your NFT drop's NFTs before you lazy mint your NFTs! Let’s say you are ready to launch your first NFT project, but you want it to be shuffled for your community to mint. This is possible
Create A Discord Bot That Gives NFT Holders A Role ⚠️ 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 set up a Discord bot that checks if a wallet has an NFT from a collection, and grants
Signature Drop Create an ERC721A NFT Drop with Signature-Based Minting ⚠️ 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 use the Signature Drop contract to create a collection of NFTs that follow the ERC721A standard! Compared to
Create NFT Loot-Boxes Using the Pack Contract ⚠️ 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 create a "loot-box" NFT that can be opened to reveal tokens inside of it! In more
Which Blockchain & Network Should I Use? This guide breaks down the typical workflow for deploying smart contracts on to a blockchain, and provides an overview of the different options available to you on thirdweb. When you build a web3 application, you have to make a decision on which blockchain(s) your application will support. thirdweb has
Marketplace Create Your Own NFT Marketplace with TypeScript and 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, you will learn how to create a marketplace similar to OpenSea on the Ethereum test network! We'll implement the
NFT Collection Create A Community-Made NFT Collection using Signature-Based Minting ⚠️ 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 will create an app that takes a coupon code to mint an NFT. Only users that have a coupon code