thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
Insight API: Unified Token Transfers with Metadata

Insight API: Unified Token Transfers with Metadata

We’ve improved the Insight API to support unified access to all token transfers — both NFTs (ERC721/ERC1155) and fungible tokens (ERC20) — through a single, consistent endpoint 🚀 Highlights: * You can now fetch NFT and ERC20 transfers in one call. * Transfer responses include metadata for both NFTs and ERC20 tokens. * Added
May 22, 2025 1 min read
thirdweb SDK 5.100.0 - Universal Bridge improvements

thirdweb SDK 5.100.0 - Universal Bridge improvements

The thirdweb TypeScript SDK was just updated with significant updates to the universal bridge component and APIs. Installation pnpm add thirdweb@5.100.0 Highlights No more insufficient funds walls When you do a transaction in a react environment (useSendTransaction or TransactionButton), and the user does not have enough funds
May 21, 2025 1 min read
Nebula v0.0.16: Advanced Contract Tools & Cross-Chain Improvements

Nebula v0.0.16: Advanced Contract Tools & Cross-Chain Improvements

Nebula 0.0.16 brings significant improvements to contract interactions, introduces a new token burn capability, and enhances cross-chain support. Features * New Token Burn Tool: Permanently remove tokens from circulation with smart fallbacks. Supports both ERC20 tokens and native currencies, with automatic detection of burn methods. * Contract Type Detection: Automatically
May 19, 2025 1 min read
Nebula v0.0.15: Enhanced Contract Analysis & Improved Streaming

Nebula v0.0.15: Enhanced Contract Analysis & Improved Streaming

Overview Nebula v0.0.15 focuses on enhancing contract metadata analysis and fixing core functionality issues. This release significantly improves contract metadata output, making it easier to understand smart contract functions and capabilities. It also fixes critical issues with address prediction and streaming responses. Features * Enhanced Contract Metadata Tool: Completely
May 16, 2025 1 min read
Expanding EIP-7702 Chain Support

Expanding EIP-7702 Chain Support

EIP-7702 Smart EOAs is now available on mainnets that support the fun kind of Account Abstraction.
May 15, 2025 5 min read
Insight Webhooks Just Got More Reliable

Insight Webhooks Just Got More Reliable

We’ve re-architected how Insight webhooks are delivered — introducing a durable execution model that improves reliability, observability, and resilience. 🔂 Durable by Design Webhook delivery is now handled through a stateful, retry-capable execution engine. This means: * Delivery persists through failures – Webhooks won’t silently fail or get lost due to transient
May 15, 2025 1 min read
Nebula v0.0.14: Code Agent & Real-time Streaming
Changelog

Nebula v0.0.14: Code Agent & Real-time Streaming

We're excited to announce a major upgrade to Nebula that introduces powerful new capabilities through the implementation of a code generation agent and real-time response streaming. These changes are live now at nebula.thirdweb.com! Overview This release transforms Nebula with the integration of an agent that can
May 14, 2025 2 min read
Onramp to Any Token from 160+ Countries

Onramp to Any Token from 160+ Countries

Universal Bridge now supports extended onramping via Transak
May 13, 2025 2 min read
Instant Token Balances in the Universal Bridge Embed

Instant Token Balances in the Universal Bridge Embed

Universal Bridge performance improvements in v5.99.0 of the thirdweb TypeScript SDK
May 13, 2025
Improved EIP-5792 support

Improved EIP-5792 support

Version 5.99.0 of the TypeScript thirdweb SDK brings first-class support for EIP-5792. The new implementation streamlines how you batch calls, sponsor gas and track confirmations, while aligning our API with the final EIP-5792 spec. Highlights: * New React hooks – useSendAndConfirmCalls, useWaitForCallsReceipt * Simpler useSendCalls / sendCalls signatures – no more explicit client
May 12, 2025 1 min read
Expanding EIP-7702 In-App Wallet Support

Expanding EIP-7702 In-App Wallet Support

Deploying support for 7702 Smart EOAs and making In-App Wallets reach their true potential with thirdweb is extremely quick and takes less than an hour.
May 10, 2025 2 min read
Nebula API v0.0.13: Image & Transaction Message

Nebula API v0.0.13: Image & Transaction Message

Overview This release includes significant improvements to the Nebula agent's architecture, entity memory management, error handling, and documentation search capabilities. Key updates focus on simplifying blockchain entity handling, improving transaction management, supporting more content types in chat, and enhancing error messaging for a better user experience. Features * New
May 9, 2025 1 min read
$HONEY is now Available on Universal Bridge
Changelog

$HONEY is now Available on Universal Bridge

Berachain's HONEY stablecoin is now available on the Universal Bridge.
May 8, 2025
Introducing Engine Cloud
Changelog

Introducing Engine Cloud

Introducing Engine Cloud — read and write to the blockchain at scale, without the cost or complexity of traditional blockchain API setups. Why we built Engine Cloud Engine Cloud is our answer to lowering the barrier to developing high volume applications onchain- with fully-hosted, scalable APIs that let you perform on-chain
May 8, 2025 1 min read
Update

🚀 Introducing Engine Cloud – Now in Beta!

Say hello to Engine Cloud, the easiest way to send blockchain transactions from your backend at scale — no monthly fees, just pay-as-you-go. * Non-custodial wallet management - Manage through Vault, thirdweb's new Key Management Service * Avoid Transaction Failures – Resubmits stuck transactions with built-in retry logic * Wallet Management – No gas
May 8, 2025
Next-gen Smart Accounts with EIP-7702

Next-gen Smart Accounts with EIP-7702

EIP-7702 unlocks a new capability for externally-owned accounts (EOAs): the ability to behave like smart contract accounts. The latest SDK let you enable 7702 on any of your in-app wallets with one line of code, giving your users gas-sponsored, batched and automated transactions faster and more efficiently than ever before.
May 8, 2025 2 min read
Universal Bridge: Advanced Filters
Changelog

Universal Bridge: Advanced Filters

The thirdweb SDK v5.97.0 and the Universal Bridge API have new advanced filtering options.
May 6, 2025 2 min read
Introducing Verified Domains

Introducing Verified Domains

You can now verify a domain for your team! What’s new: * Teams can verify their domain (e.g. @yourcompany.com) → When logged in, navigate to Settings`→ General and scroll down Domain Verification to verify your domain. * To complete the verification, you'll need to add a DNS TXT
May 2, 2025 1 min read
Pack Contract Deprecation

Pack Contract Deprecation

In preparation for Ethereum’s upcoming Pectra upgrade this May, the thirdweb Pack contract has been officially deprecated and is no longer deployable via the dashboard, SDK, or CLI. Important: Existing Pack contracts are not compatible with the Pectra upgrade. We strongly recommend that users abandon or conclude any unopened
May 2, 2025
Wallet Connect mobile connection issues resolved

Wallet Connect mobile connection issues resolved

TL;DR: Update your SDK to 5.96.9+ to fix external wallet mobile connections. A recent chrome update introduced a change in websockets that broke Wallet Connect connection flows on mobile. This resulted in users not being able to connect their wallets to mobile websites, infinitely loading. All wallet
May 1, 2025 1 min read
Nebula v0.0.12: Session Entity Memory

Nebula v0.0.12: Session Entity Memory

Overview Nebula v0.0.12 brings significant improvements to the user experience and functionality. This release focuses on enhancing transaction management, adding support for NFTs and tokens, and improving the overall user interface. Key highlights include improved deployment workflows, better transaction formatting, and new token management capabilities. Features Memory management
May 1, 2025 1 min read
Insight API Updates

Insight API Updates

There are 2 changes to the Insight API to improve usability and fix a numeric overflow in Javascript. Token & NFT Transfers The NFT and Token transfer endpoints have been changed and now the owner_address query param is not mandatory anymore, enabling queries for all transfers on a chain.
Apr 29, 2025 1 min read
Nebula v0.0.11: Image Generation

Nebula v0.0.11: Image Generation

Overview This release introduces new image generation capabilities, improves error handling for rate limits, and fixes several key components including IPFS functionality and token minting. Performance optimizations have also been implemented to make token queries faster. Improvements * Add image generation functionality - Implement new image generation capabilities. Create assets with
Apr 28, 2025 1 min read
In-app wallet customization

In-app wallet customization

The latest thirdweb typescript SDK release - v5.96.4 - adds a new way to make the Connect modal feel like your own by adding custom metadata to in-app wallets. Wide mode In wide mode, you can customize the name and icon of your in-app wallet in the list
Apr 26, 2025 1 min read
Nebula v0.0.10: Bridge and Swap

Nebula v0.0.10: Bridge and Swap

Overview This release focuses on improving reliability, performance, and user experience with several key enhancements: 1. Universal Bridge: Enables bridge and swapping 2. Search: Enhances search capability to improve onchain knowledge and optimizes thirdweb documentation search and access 3. Contract Interaction: Simulates transactions result and improves contract information retrieval 4.
Apr 25, 2025 1 min read

Build web3 apps easily

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

Start building Contact us
thirdweb © 2025