thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
Building a Telegram Mini-App Token Deployer with thirdweb and Nebula
Guides

Building a Telegram Mini-App Token Deployer with thirdweb and Nebula

Have you ever wanted to deploy your ERC20 token directly from Telegram without paying gas fees? Today, I'll show you how to build a Telegram Mini-App that lets users deploy ERC20 tokens without the complexity of handling gas fees, keys, or smart contract coding. In crypto, innovations that
Apr 1, 2025 5 min read
Building a Universal Bridge Marketplace: Accept Payments in Any Token on Any Chain

Building a Universal Bridge Marketplace: Accept Payments in Any Token on Any Chain

Ever built a great NFT marketplace only to lose sales because buyers don't have the right token on the right chain? This common problem creates an invisible barrier between your product and potential customers. In this guide, I'll show you how to build an NFT marketplace
Apr 1, 2025 6 min read
Building a Simple Prediction Market dApp with thirdweb

Building a Simple Prediction Market dApp with thirdweb

In blockchain, prediction markets let users bet on future outcomes, with immutability ensuring transparency. These markets have gained popularity through platforms like Polymarket, especially around the 2024 US presidential election. In this tutorial, we'll build a simple prediction market dApp from scratch using thirdweb. Follow along with our
Apr 1, 2025 4 min read
Building a LINE Mini App with Web3 Integration: Rock Paper Scissors Game
Guides

Building a LINE Mini App with Web3 Integration: Rock Paper Scissors Game

Ever wondered how to integrate blockchain features directly into a LINE messaging app? In this tutorial, I'll walk you through creating a Rock Paper Scissors game as a LINE Mini App with web3 integration, complete with gasless transactions and token rewards. Users can connect via a simple email
Apr 1, 2025 5 min read
Building an AI-Powered Blockchain Explorer with Nebula
Guides

Building an AI-Powered Blockchain Explorer with Nebula

Is blockchain data confusing you? Transactions and smart contract interactions can be difficult to understand at first glance. In this tutorial, we'll build a fully functional blockchain explorer powered by AI that allows us to get information from any EVM-compatible blockchain through a simple chat interface. AI agents
Apr 1, 2025 9 min read
How to Create Pre-Generated Wallets for Web3 Apps

How to Create Pre-Generated Wallets for Web3 Apps

One of the biggest barriers to adoption in crypto is wallet management. Many users get confused or intimidated by the process of creating wallets and managing private keys. This is where pre-generated wallets come in—they allow you to create wallets for your users before they even log into your
Apr 1, 2025 8 min read
Build a Whale Alerts Telegram Bot with thirdweb Insight
Blog

Build a Whale Alerts Telegram Bot with thirdweb Insight

Create a real-time blockchain wallet tracker using thirdweb Insight and Telegram. This Python tutorial shows how to monitor any wallet address, get instant transaction notifications, and customize tracking across multiple EVM chains—all delivered directly to your Telegram messages.
Apr 1, 2025 5 min read
Accessing Blockchain Data Made Simple with thirdweb Insight

Accessing Blockchain Data Made Simple with thirdweb Insight

Are you tired of writing complex GraphQL queries or maintaining subgraphs just to access blockchain data? Third Web's new Insight tool changes the game for blockchain developers by providing simple REST API endpoints to access data from any EVM chain. In crypto, developers often struggle with accessing on-chain
Apr 1, 2025 4 min read
vasiliy upgrade contracts thumbnail from thirdweb youtube
Guides

How to Create Upgradeable Smart Contracts

One of the key features of blockchains is immutability - once a transaction is verified and added onchain, it cannot be changed. This immutability also applies to smart contracts. Once you deploy a smart contract, you cannot modify its code if you find an error or want to add new
Dec 6, 2024 5 min read
How to Launch a DAO Smart Contract
Guides

How to Launch a DAO Smart Contract

A DAO, which stands for Decentralized Autonomous Organization is an organization where decision-making power is distributed among all members, rather than centralized in a select few using blockchain technology. Instead of relying on a centralized entity (such as a company or CEO) for the decision-making, members participate through voting. DAOs
Dec 4, 2024 6 min read
How to Build a Pokémon-Inspired NFT Card Game with thirdweb
Guides

How to Build a Pokémon-Inspired NFT Card Game with thirdweb

How to Build a Pokémon-inspired NFT Card Game with Thirdweb In this tutorial, we'll walk through the process of creating a Pokémon-inspired NFT trading card game from scratch using Thirdweb. By the end of this guide, you'll have a fully functional web3 application with features like:
Nov 21, 2024 5 min read
Build Web3 Mobile Apps with React Native
Guides

Build Web3 Mobile Apps with React Native

Building web3 mobile apps has never been easier thanks to the powerful tooling of thirdweb's React Native SDK. In this guide, we'll walk through the process of creating a mobile web3 app for iOS or Android that allows users to connect their wallets, read on-chain data,
Nov 20, 2024 5 min read
How to Deploy Cross-Chain Tokens with Chainlink and thirdweb
Guides

How to Deploy Cross-Chain Tokens with Chainlink and thirdweb

How to Deploy Your Own Cross-Chain Token with Non-Fractionalized Liquidity Pools using Chainlink and Thirdweb In this tutorial, we'll walk through the process of deploying your own cross-chain token using the new Cross-Chain Token (CCT) standard from Chainlink. The CCT standard allows you to create tokens that can
Nov 15, 2024 4 min read
Getting Started with thirdweb Insight: Query Blockchain Data with Simple API Calls
Guides

Getting Started with thirdweb Insight: Query Blockchain Data with Simple API Calls

Blockchain data is essential for every web3 app and game, but accessing it quickly and reliably can be challenging. thirdweb Insight provides developers with a simple way to index, transform, and query onchain data through easy-to-use REST APIs - no complex infrastructure or subgraph framework required. What is Insight? thirdweb
Nov 12, 2024 4 min read
Guides

Blockchain API Basics: Backend Wallets with Engine

Looking to build robust blockchain applications? In this guide, we'll explore thirdweb Engine, a powerful blockchain API, and show you how to manage and create backend wallets to execute onchain transactions with API calls. What are Backend Wallets? Backend wallets are blockchain wallets that operate on your server
Nov 6, 2024 2 min read
How to create an NFT Minting API for Ethereum?
Guides

How to create an NFT Minting API for Ethereum?

Who is this for? If you are building a web3 application or a game that requires any read to or write from a blockchain, this is for you! thirdweb Engine is a dedicated cloud server that allows anyone to read, write, and deploy contracts on the Ethereum blockchain at scale.
Nov 5, 2024 2 min read
How to Build Modular Smart Contracts with thirdweb SDK
Guides

How to Build Modular Smart Contracts with thirdweb SDK

How to Build Modular Contracts with Thirdweb SDK Modular contracts are one of the latest features released by Thirdweb, allowing you to build highly customizable, upgradeable smart contracts where you can add or remove functionalities as needed. Think of them as Lego blocks - you have a core Lego block
Oct 30, 2024 7 min read
How to Create and Deploy Modular Contracts with thirdweb
Guides

How to Create and Deploy Modular Contracts with thirdweb

How to Create and Deploy Modular Contracts with thirdweb Modular contracts are a game-changing new feature from thirdweb that allow you to add or remove custom functionality to your existing smart contract projects at any time. This enables you to create highly customizable and upgradable contracts without compromising on ease
Oct 23, 2024 5 min read
thirdweb blog banner on how to add a connect wallet button to your ethereum or evm app
Guides

How to add a 'Connect Wallet' to your EVM or Ethereum app or Website

Introduction to the Connect Button: The Gateway to web3 wallet connections A seamless onboarding experience is crucial for user adoption on Ethereum and other EVM-compatible blockchains. By implementing the ConnectButton, developers can significantly lower the barrier to entry for both crypto-native users and newcomers to the web3 space. In this
Oct 19, 2024 4 min read
Create Seamless Web3 UX with Smart Wallets & Session Keys
Guides

Create Seamless Web3 UX with Smart Wallets & Session Keys

In this tutorial, we'll explore how to leverage smart wallets and session keys to create seamless web3 user experiences for your applications. By the end of this guide, you'll understand what smart wallets and session keys are, how they can enhance the user experience, and how
Oct 10, 2024 5 min read
Build the Best Web3 Onboarding with In-App Wallets and Account Abstraction
Guides

Build the Best Web3 Onboarding with In-App Wallets and Account Abstraction

In this tutorial, we'll walk through the process of building the best onboarding experience with In-App Wallets and Account Abstraction. With these two options we can create an onboarding experience that removes many of the web3 complexities to help onboard users to web3 apps. To see the full
Oct 10, 2024 4 min read
How to Deploy an ERC721-C NFT Drop with Enforced On-Chain Royalties
Guides

How to Deploy an ERC721-C NFT Drop with Enforced On-Chain Royalties

In this guide, we'll walk through how to deploy an ERC721-C NFT collection with built-in royalties using Thirdweb's new feature modular contracts. By the end, you'll have a fully functioning NFT collection that enforces royalties on secondary sales and prevents market manipulation. To get
Oct 9, 2024 4 min read
How to Set Up thirdweb Pay
Guides

How to Set Up thirdweb Pay

In this guide, we'll walk through the process of setting up thirdweb Pay, including creating an API key, configuring fee sharing, and setting up a webhook to listen for transactions. By the end of this guide, you'll have a fully functional thirdweb Pay integration ready to
Oct 3, 2024 2 min read
thirdweb Pay Modes: Fund Wallet, Direct Payment & Transaction
Guides

thirdweb Pay Modes: Fund Wallet, Direct Payment & Transaction

thirdweb Pay is a powerful tool that allows developers to easily integrate cryptocurrency payments into their web3 projects. With thirdweb Pay, you can offer your users multiple payment options, including credit card and crypto, and handle transactions seamlessly. In this guide, we'll explore the different modes available in
Oct 3, 2024 3 min read
How to Monitor Your Usage on the thirdweb Dashboard
Guides

How to Monitor Your Usage on the thirdweb Dashboard

As a developer building on thirdweb, it's important to keep track of your usage and ensure you're staying within the limits of your plan. The thirdweb dashboard provides a convenient way to view your usage statistics, including the number of In-App Wallets created, storage usage, and
Oct 3, 2024 2 min read

Build web3 apps easily

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

Start building Contact us
thirdweb © 2025