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

CLI - Install command updates

We have updated our install command to now support Python and Go. JS/TS * Can now install in React Native projects * Can now install in projects using pnpm Python* * Can now install on projects using popular package managers: pip, pipenv and poetry Go* * Can now install on projects using go
26 Jun 2023
Changelog

Deterministic deployments using Create2

We have released utility functions for deterministic deployment of contracts. This allows predictable addresses on any EVM chain, as long as same salt is used for deploying the contract. These are available on Typescript SDK version 3.10.22 and above. Read more here: https://portal.thirdweb.com/typescript/deterministic-deployments
16 Jun 2023

Unity - Smart Wallet & Native Wallet SDK Released!

Smart Wallets are now stable on all platforms! Import the latest package here https://github.com/thirdweb-dev/unity-sdk/releases/latest The Native Unity Wallet SDK is now available and awaiting submissions! If you'd like to integrate your wallet with us, follow the steps outlined here and submit a
13 Jun 2023

Unity - Native Smart Wallets

Smart Wallet support has been added for Native Unity Platforms! You can now setup your ThirdwebManager's Smart Wallet Factory Address, and access all the features of Account Abstraction by simply adding in your API key. Gasless through paymasters and any EOA/Provider is supported. Release: https://github.com/
07 Jun 2023

Revamped publish flow

We've rebuilt our publish flow from the ground up to make it easier and more intuitive to use. All the contracts in Explore are published contracts, which means your contract metadata and bytecode is stored in IPFS on the Polygon network. From there, anyone can access it and
06 Jun 2023 1 min read

Support for ZKSync Era Mainnet

We have added support for thirdweb prebuilt contract deployments on ZKSync Era Mainnet. Following contracts can be deployed via dashboard: * DropERC721, DropERC1155, DropERC20 * TokenERC721, TokenERC1155, TokenERC20 * Marketplace Support for testnet as well as custom contract deployment has already been added. Ref: * Support for ZKSync Era Testnet * Custom contract deployments on
03 Jun 2023

Analytics for your smart contracts in dashboard

You can now view on-chain analytics for your smart contracts directly on the dashboard with the new "Analytics" tab on all smart contract pages! Smart contract analytics allows you to view daily users, transactions, logs and much more to help you gauge activity and usage on your contracts.
03 Jun 2023 1 min read

Connect your Smart Wallet to any dApp in React Native

Today, we are thrilled to announce an exciting feature update: our SmartWallet now supports the WalletConnect protocol. This game-changing integration makes your SmartWallet interoperable with a wide range of decentralized applications (dApps).
31 May 2023 2 min read

Unity SDK - New Wallet Providers

MagicLink (WebGL and Mobile), Metamask (All Platforms) and Smart Wallets (WebGL) have been added as new WalletProvider options when connecting. Release: https://github.com/thirdweb-dev/unity-sdk/releases/tag/v2.1.1
31 May 2023

Email and Phone Number connection in React Native

This latest update enables users to connect using either their email address or phone number, a feature designed to provide a more convenient, personalized, and secure experience. We implemented this feature using the Magic SDK.
31 May 2023 1 min read

Enhanced customization for our React Native components

We have just introduced a feature that allows you to add your personal touch to our components, namely, our ConnectWallet button title, Modal title and the Details Button that you see after a wallet is connected.
31 May 2023 1 min read

Custom contract deployments on ZKSync with thirdweb CLI

We have enabled ZKSync Era deployments via thirdweb CLI. The deployments are enabled for both testnet and mainnet. To create and deploy a contract, follow these steps: * use create command, with nightly version: npx thirdweb@nightly create * Create Contract Select hardhat framework (forge is not supported) * deploy contract on ZkSync
25 May 2023

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
← Newer Posts Page 20 of 22 Older Posts →
thirdweb © 2025
Powered by Ghost