thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
Multichain Smart Accounts

Multichain Smart Accounts

Connect TypeScript SDK v5.16.0 makes dealing with smart accounts as easy as regular EOAs, with a new simplified setup and multichain capabilities.
05 May 2024 1 min read
Changelog

Deprecation Announcement: Python & Go SDKs

As part of our ongoing efforts to improve our services and streamline our development processes, we are announcing the formal deprecation of our Python and Go SDKs. This decision allows us to better focus our resources on developing and enhancing thirdweb Engine — our production-grade HTTP server to interact with any
03 May 2024 1 min read
Coinbase Smart Wallet support in Connect v5.15.0

Coinbase Smart Wallet support in Connect v5.15.0

We just released v5.15.0 of the Typescript Connect SDK, with full support for Coinbase Smart Wallets on Base Sepolia and Base Mainnet. 0:00 /1:48 1× You can connect to Coinbase Smart Wallets using either: - the ConnectButton or ConnectEmbed UI components - the useConnect react hook
01 May 2024 1 min read
Changelog

Cloud-hosted Engine deployments now self-serve

Get up and running with a cloud-hosted Engine instance with one click in < 20 minutes. Starting today, requesting a cloud-hosted Engine now deploys infrastructure immediately upon payment ($99/month subscription). And stay tuned for an exciting infrastructure update next week... What is Engine? thirdweb Engine is an open-source server
30 Apr 2024
Easier account abstraction in Connect SDK (React)

Easier account abstraction in Connect SDK (React)

In the latest version of the Connect SDK (v5.12.0) we've made it easier to convert any EOA wallet to a smart account! You can now pass the accountAbstraction prop directly to useConnect - this will ensure that any wallet connected via this hook will be converted
29 Apr 2024 1 min read
Sign in with Phone number available in thirdweb SDK

Sign in with Phone number available in thirdweb SDK

Sign in with phone number is now available in the thirdweb v5 SDK. You can use the ConnectButton to get a pre-built UI or create a custom UI using the inAppWallet as shown below Usage in TypeScript import { createThirdwebClient, createWallet } from "thirdweb"; import { preAuthenticate } from "thirdweb/wallets/
24 Apr 2024 1 min read

Pay Modal integrated with useSendTransaction hook

You can now use the thirdweb Pay modal UI that comes out of box with ConnectButton simply by using useSendTransaction hook by default. When sending a transaction with useSendTransaction hook in your react app, it estimates the amount required for executing the transaction and if the user does not have
24 Apr 2024 1 min read

Engine Update: Transaction Gas Management

We are thrilled to share that the latest version of Engine, v0.0.38, has been officially released and is now accessible on our Docker Hub Repository. This update brings enhancements that improve functionality without introducing any breaking changes, ensuring a smooth transition for all users. What’s New in
20 Apr 2024 1 min read

Unity 4.12 - Engine Relayer

Providing new ways for devs to sponsor transactions, powered by Engine!
16 Apr 2024 1 min read
Changelog

Short-lived access tokens now supported with Engine

This feature allows your application to use any cryptographic private key to generate access tokens that Engine accepts for a limited duration. No long-lived credentials are transmitted over public internet to minimize the impact of a compromised access token. This feature is introduced in v0.0.36. Existing (long-lived) access
12 Apr 2024 1 min read

Introducing thirdweb's .NET SDK

Empowering all kinds of developers with thirdweb tooling, and giving some love to GoDot users!
12 Apr 2024 2 min read

Updates to the deployment flow: supporting every EVM

We have updated our contract deployment process to effectively handle gas-price related issues on certain chains. This removes the need for special handling, and streamlines the deployment flow on more such EVM compatible chains. Thirdweb supports contract deployment on all EVM compatible chains, as highlighted in this article. However, the
11 Apr 2024 1 min read
Changelog

Introducing Any Wallet

At thirdweb, we enable a blockchain development world pre-fixed with ‘any.' Last year, we allowed developers to deploy any contract on any EVM chain. Today, we are adding 'any wallet'—our pre-built components and SDK now support over 350+ wallets. We envision that this improvement will help
09 Apr 2024 1 min read
Updates to the Billing Portal
Changelog

Updates to the Billing Portal

We've made changes to the billing portal that makes it easy to remediate billing-related issues. * We've improved the first time user experience of adding a credit card on file. Now if your payment method runs into an error, you'll have a more specific and
08 Apr 2024 1 min read

Airdrop smart contract now available on dashboard

thirdweb's new Airdrop contract is available for deployment. The contract is suitable to use when you want to transfer ERC20 / ERC721 / ERC1155 tokens to a list of recipient addresses, and supports push based, claim based (allowlist), and signature based airdrops. This contract is an upgrade to the current
06 Apr 2024

Important Reminder: Upcoming Deprecation of Mumbai Testnet

This changelog serves as a reminder that, as previously announced, Polygon’s Mumbai testnet will be deprecated effective April 8, 2024. This change will affect thirdweb’s product and services including SDK, Paymaster, Embedded Wallet, contracts, and any other products utilizing the Mumbai testnet. What This Means for You: * Unable
05 Apr 2024 1 min read
Changelog

Unity 4.10 - Phone Login & More

Sign in with your phone number, unified transactions and added utilities.
05 Apr 2024 1 min read
Changelog

Connect SDK v5 Stable Release

We are thrilled to officially release Connect SDK v5, the latest update to our client-side SDKs. This new version brings a major performance upgrade, simplified installation, and interoperability with other web3 libraries — a highly requested feature from our users. What’s new in Connect v5? * Supported Wallets: We now have
30 Mar 2024 1 min read

Unity 4.9.0 - Thirdweb Pay

Cross-chain, cross-platform, embedded swapping and bridging!
28 Mar 2024 1 min read

Add resource links to a published contract

Developers can now add external links to their published contract. This is to allow linking docs, usage guides, and other useful resources that can be used by a deployer of the contract. To add resource links to your published contract, click on the Edit button on publish page of the
27 Mar 2024 1 min read
Changelog

Embedded Wallets Update - Onboard Your Users 20% Faster

We've heard your feedback and we've delivered! We've cut package sizes and load times around the board, allowing new and existing users to authenticate 20% faster in the latest version of Embedded Wallets for web, available now with no additional effort on your part.
26 Mar 2024
Changelog

Prevent duplicate blockchain transactions with Engine

Engine now supports idempotency keys for write transactions. Many of you have asked for Engine to prevent duplicate transactions when retrying requests. This feature prevents costly and irreversible errors like transferring funds or minting NFTs more than once. If an x-idempotency-key header is provided, Engine only submits the transaction if
23 Mar 2024 1 min read
Changelog

Engine v0.0.26 - Improved error messages, gas spike reliability, throughput + more

thirdweb Engine is an open-source server for your web3 app to read, write, and deploy contracts to the blockchain. The team is working hard to continuously improve stability and developer experience. Summary * Clear error messages for onchain failures * Improved reliability during gas spikes * Higher read/write throughput * Updated dashboard timeline
14 Mar 2024 3 min read

Update NFT Metadata in Dashboard

You can now update the metadata of ERC721 and ERC1155 NFTs directly from the dashboard! Click on any of your NFTs and you'll find an "Update Metadata" tab where you can change the name, description, image or individual properties. Keep in mind that you can also
05 Mar 2024
Introducing the unified thirdweb SDK
Featured

Introducing the unified thirdweb SDK

Introducing the unified thirdweb SDK
27 Feb 2024 4 min read
← Newer Posts Page 16 of 21 Older Posts →
thirdweb © 2025
Powered by Ghost