thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗

Solidity SDK Docs For 30+ Extensions to Easily Build Smart Contracts and Unlock Smart SDKs!

New Solidity SDK documentation has arrived to the Portal! This documentation replaces and improves the ContractKit documentation (soon to be renamed to Solidity SDK). Find improved documentation for our 30+ smart contract extensions and 15+ ready-to-use base contracts. Using these contracts and extensions will unlock smart SDKs which understand the
Mar 31, 2023 2 min read
React Native

Introducing our React Native SDK for Web3: Simplifying wallet connections and smart contract interactions

We're excited to announce the release of React Native Web3 SDK v0.2.0! This release introduces a new Connect Wallet button and Web3Button, enabling users to easily connect their wallets and interact with smart contracts. Here's an overview of what's new in this version:
Mar 31, 2023 2 min read

Revamped Connect Wallet UI for dashboard

We have completely revamped the UI for connecting the wallet with improved design and functionality for desktop and mobile users. * You can now switch networks even if you are connected to a mobile wallet which was previously disabled. * Instead of redirecting to the MetaMask extension download page - we give
Mar 29, 2023 1 min read

Portal Glossary Section

We're excited to introduce the new Glossary section to the portal! A place to discover and learn core concepts to understanding web3 development and using our suite of tools. Building in web3 often involves some background knowledge of technical concepts and pieces of the puzzle that make up the web3
Mar 23, 2023 1 min read

Improved Unity SDK Docs to build games in web3

New Unity SDK Documentation has arrived to the Portal! thirdweb Unity SDK | thirdweb developer portal
Mar 21, 2023 1 min read

TypeScript SDK Docs For 30+ Extensions, Events, Transaction Builder, and more!

New TypeScript SDK Documentation has arrived to the Portal! thirdweb TypeScript SDK | thirdweb developer portalthirdweb docs Find improved documentation for setting up the ThirdwebSDK with various wallets, deploying smart contracts, extension interfaces, contract events, and more! Each method now includes a Configuration and Return Value section for you to know
Mar 10, 2023 1 min read

Fine-grained transaction control in the SDK

Our SDKs now give you fine-grained control over all your transactions, letting you configure parameters and overrides and an individual transaction level, encode transaction data, estimate gas costs, simulate transactions, and more. Previously, all our SDK functions would automatically build transactions for you internally, send them to the blockchain, and
Mar 8, 2023 1 min read

Instantaneous IPFS reuploads

IPFS uploads across our dashboards and SDKs are now instantaneous whenever you upload any files already present on IPFS (think uploading your testnet collection to mainnet, or uploading common media). Previously, you would have to wait for all file uploads, every time. Now you can upload your files once, and
Mar 8, 2023

Improved Contract Search

Easily find any imported or thirdweb deployed contract by name. The first version of search was only able to find contracts by contract address. This new version expands on that capability by allowing searching by contract name. The search index is continuously growing and search will continue improving with more
Mar 8, 2023

Any EVM support on Marketplace listing

When creating a new listing on dashboard on a marketplace, we use to support just some chains in which we had access to an NFT API. Now, with thirdweb supporting more than 700 chains, supporting listing NFTs on any of these chains also became necessary. So today we're releasing an
Feb 28, 2023 1 min read

Improved React SDK Docs for our 100+ hooks (+ live interactive demos)

New React SDK documentation has arrived to the Portal! Find improved documentation for our 100+ React hooks, a new getting started flow to use our Any EVM update, and interactive live demos to test out our UI components! You can even mint an NFT directly from the docs now! Each
Feb 23, 2023 1 min read

Release → Publish

We have decided to replace the term "Release" with "Publish" throughout our dashboard, portal, and CLI tools to provide a more accurate representation of the process. As a result, the CLI command npx thirdweb release will be deprecated and will be replaced with npx thirdweb publish. This change will not
Feb 22, 2023

Contract Overview Updates

We are excited to announce that we have added new sections to our Contract Overview page to provide you with a more comprehensive view of your contracts. The following sections have been added: 1. Token Overview: This section provides you with a brief overview of your token, including the total
Feb 22, 2023 1 min read

Automatic Etherscan Verification

Starting today all contracts deployed with thirdweb will automatically be verified on Etherscan. This feature works for published contracts as well as contracts deployed via the CLI. npx thirdweb deploy Automatic verification begins with support for the following block explorers and will continue to expand in the future: * Etherscan (Ethereum
Feb 22, 2023

Any EVM support on Embeds

Following shortly after both our SDKs and dashboard started supporting any EVM chain, either from the list of 700+ chains you can select on dashboard or any custom chain, now support has been added to embeds. This means you can use any contract that supports claim conditions (either one of
Feb 22, 2023

Storage and RPC pages

We added two new pages to the thirdweb dashboard: Storage Anything you do with thirdweb already gets uploaded to IPFS, your contract metadata, your NFTs, every contract you publish (check your list of contracts, we store everything  on a registry on the Polygon chain). We don't really do databases. You
Feb 22, 2023 1 min read

Auth integrations for Supabase, Firebase, & NextAuth

thirdweb Auth now supports integrations with other popular databases and authentication solutions to enable support with all your favorite tools! Here's an overview of the integrations we've just added 👇 NextAuth Documentation: https://portal.thirdweb.com/auth/integrations/next-auth * Add login with wallet support to your NextAuth apps with a drop-in
Feb 21, 2023 1 min read

Unity SDK 1.1.3 - Events support and new Demo scene

Real time and historical events from your contracts directly from Unity, and a new playground demo scene!
Feb 17, 2023

Any EVM support in TypeScript and React SDKs

The Typescript and React SDKs v3.9 update brings support for connecting and interacting with contracts on any EVM chain!
Feb 16, 2023
Changelog

Beautiful error messages & solidity stack traces

No more confusing and hard-to-parse SDK error messages! We've given some to love to error messages in version 3.8.0 of  the @thirweb-dev/sdk package. Error messages in the TypeScript SDK on reverts and other transaction errors will now display a message with all relevant transaction data, the revert
Feb 10, 2023 1 min read
Changelog

NFT 3D rendering

We added 3D rendering on the latest version of our React SDK, 3.7.4. * With this, both our 3D rendering components, ThirdwebNftMedia and MediaRenderer get now the capabilities to render a variety of 3D file types. * The default size for both components is now 300x300px. * There's a new width
Feb 4, 2023
Changelog

Introducing Contract Overview

We've added a brand new contract overview page to give you a lot more insights into your contract at a quick glance. It's significantly easier to start building with the help of our relevant guides and relevant templates. Also, you can see your latest events, share contracts, and the contract
Feb 2, 2023
Changelog

Connect Wallet Button in Unity SDK

Enabling users to connect their wallets in your game just got way easier! Introducing the first of many Prefabs in our Unity SDK: a fully featured, customizable connect wallet button. 1. Download the latest unitypackage from the Unity SDK Github Release page 2. Drop the new Connect Wallet prefab in
Feb 1, 2023
Changelog

Introducing the new standard for web3 authentication: thirdweb Auth v3

We just released thirdweb Auth v3.0 - a fully featured web3-native authentication library for EVM and Solana! Auth is a developer SDK that lets you integrate secure, self-custodied, web3-native authentication into your applications. It enables users to sign-in with their wallets, allowing apps to access rich blockchain-level data and
Jan 30, 2023 1 min read

Build web3 apps easily

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

Start building Request demo
thirdweb © 2023