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

Support for ZKSync Era Testnet

We have added support for thirdweb prebuilt contract deployments on ZKSync Era Testnet. Support for mainnet will be added in the coming release. Following contracts can be deployed via dashboard: * DropERC721, DropERC1155, DropERC20 * TokenERC721, TokenERC1155, TokenERC20 * Marketplace Other prebuilt contracts and custom contracts will be enabled soon. To easily connect
15 May 2023

Claim Conditions visual update

We've given a visual update to Claim Conditions on dashboard to make them easier to understand and choose the best option for your drop. This doesn't change anything on the SDK side, only on how we display them on the dashboard, which means any previous contracts
12 May 2023 1 min read
CLI

Type Safety & ABI Caching with thirdweb Generate

We're excited to introduce a new command to our CLI; thirdweb generate. npx thirdweb generate Let's dive into what it is, why we built it, and how you can get started. Background - Our SDK and ABI Management Our React and TypeScript SDKs allow you to
10 May 2023 3 min read

Wallet SDK release

Wallet connection is one of the hardest things to get right when building a web3 application. We just launched a comprehensive Wallet SDK that easily lets your users connect any wallet to your applications. * Universal interface to interact with any wallet * Large catalog of wallets to choose from * Connect Wallet
09 May 2023 1 min read

Extension-based deploy form

When you're deploying a contract on thirdweb.com, before, we used to have a pretty separated experience between thirdweb contracts and your own published contracts. This makes it a much better and easier experience to deploy contracts, for example, if your contract implements ContractMetadata, it's much
27 Apr 2023 1 min read

Full ENS support across the SDK

Our TypeScript SDK now has full support for ENS (and other address naming schemes like cb.id). This means that anywhere you can enter an address into the SDK (as an input to any function), you can now also use an ENS name or cb.id! For example, I can
21 Apr 2023

Create batch listings on marketplaces

You can now use our TypeScript SDK to create batches of listings on any of your marketplace contracts (both Marketplace and MarketplaceV3 are supported). The API on Marketplace looks like the following // To create a batch of direct listings const listings = [..]; const results = await marketplace.direct.createListingsBatch(listings); // Create a
21 Apr 2023
Changelog

Improved Deploy Docs

The updated and improved Deploy documentation has arrived to the Portal! The Overview and Getting Started flow explain what Deploy does, why you should use it, and how to get started quickly. A detailed, How it Works section has been added to make it easy to understand what actually happens
17 Apr 2023 1 min read
Changelog

Improved Python Docs

New and improved Python documentation has arrived to the Portal! Find improved documentation for our Python SDK: extension interfaces, contract events, contract deployer, and more! Each method now includes a Configuration and Return Value section for you to know ahead of time what information you can expect to get when
17 Apr 2023 1 min read

Marketplace V3

We're excited to announce the release of Marketplace V3! The new marketplace contract, Marketplace V3, offers improvements over previous version in terms of design and features. We've added conveniences to the smart contract to make the experience of performing these core actions fast and intuitive. Key
16 Apr 2023 1 min read
Changelog

Revamped ConnectWallet component in React SDK

We have completely revamped the UI for ConnectWallet component with improved design and functionality for desktop and mobile users and a few API changes related to wallet connection on ThirdwebProvider component * A new API for specifying supported wallets * You can now switch networks even if you are connected to a
16 Apr 2023 1 min read

Extension-based Build tab

The new Build tab features all the code necessary for you to start working and interacting with your contracts with code, in any language you need: JavaScript, React, React Native, Unity, Python, and Go. Choose your language of choice and start browsing all the available functions from our SDKs, doesn&
04 Apr 2023 1 min read

Unity SDK v2.0 Stable Release

Stable v2.0 release of the thirdweb Unity SDK is out!
04 Apr 2023 1 min read
Changelog

Updated GamingKit with Unity Native SDK

We've made updates to GamingKit which now includes Unity Native SDK support. With this update, devs can now: Build web3 games on all Unity supported platforms: Support for Native (Windows, Mac, Linux), Mobile (iOS, Android), Console (PS, Xbox), Browser (WebGL and VR). Build web3 games faster: * Quickly iterate
04 Apr 2023 1 min read

Updated API for calling smart contract functions

The API for interacting with smart contracts via the thirdweb React & TypeScript SDKs has been updated in favor of explicitly defining function arguments and (optionally) call overrides. Using the contract.call function in the TypeScript SDK now looks like the following: const owner = "0x..."; const operator = "
03 Apr 2023 1 min read

Solidity SDK docs for 30+ extensions

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
31 Mar 2023 2 min read

Introducing our React Native SDK for Web3

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:
31 Mar 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
29 Mar 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
23 Mar 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<imgthirdweb docs Find improved documentation for our new Unity prefabs, extension interfaces, contract events, contract deployer, and more! Each method now includes a Configuration and Return Value section for you to know ahead of
21 Mar 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
10 Mar 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
08 Mar 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
08 Mar 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
08 Mar 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
28 Feb 2023 1 min read
← Newer Posts Page 19 of 20 Older Posts →
thirdweb © 2025
Powered by Ghost