thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
Major Infrastructure Overhaul: Scaling for the Future

Major Infrastructure Overhaul: Scaling for the Future

At Thirdweb, we’ve been hard at work implementing significant improvements to our infrastructure, and we’re thrilled to share the results of these efforts. This update represents a major leap forward in scalability, performance, and resilience, ensuring we’re better equipped to serve our users now and in the
22 Jan 2025 3 min read
thirdweb TypeScript SDK v5.85.0 release notes

thirdweb TypeScript SDK v5.85.0 release notes

thirdweb v5.85.0 has been released with new features a breaking change for the beta nebula API as well as notable bug fixes.
18 Jan 2025 1 min read
Engine Transaction analytics added & Transaction History UI improved

Engine Transaction analytics added & Transaction History UI improved

New Transaction Breakdown chat added and Transaction History Table UI is improved in Engine dashboard
17 Jan 2025 1 min read
New chains: Sei Testnet, Sei Mainnet, Viction Testnet, Eclipse Testnet, Flow Testnet, Rivalz, Rivalz2, Ouroboro

New chains: Sei Testnet, Sei Mainnet, Viction Testnet, Eclipse Testnet, Flow Testnet, Rivalz, Rivalz2, Ouroboro

Always expanding.
17 Jan 2025 3 min read
.NET/Unity - Enhancing In-App & Ecosystem Wallet Authentication Methods & Compatibility

.NET/Unity - Enhancing In-App & Ecosystem Wallet Authentication Methods & Compatibility

Pushing the limits of Unity x Web3.
17 Jan 2025 2 min read
Nebula v0.0.4: TypeScript SDK, Example Template, Bug Fixes & Improvements

Nebula v0.0.4: TypeScript SDK, Example Template, Bug Fixes & Improvements

New Features * Nebula TypeScript SDK now available in Beta, integrate /chat and /execute calls easily or be able to plug into any framework * View the full reference documentation * New example template on how to create specialized AI agents that can interact with blockchain data while maintaining a distinct personality and
17 Jan 2025 1 min read
Nebula TypeScript SDK (Beta)

Nebula TypeScript SDK (Beta)

The thirdweb TypeScipt SDK v5.84.0 release adds support for Nebula, our new AI model designed interact with real time blockchain data and execute transactions with natural language. Installation Simply install the thirdweb package on your frontend or backend to get started. npm install thirdweb Natural Language Blockchain Queries
15 Jan 2025 1 min read
Backend Engine Account Support in TS SDK v5.84.0

Backend Engine Account Support in TS SDK v5.84.0

Access the full catalog of the thirdweb SDK contract extension functions from the backend, with the execution and monitoring of thirdweb engine
15 Jan 2025 1 min read
Engine v2.1.25: Transaction Batching & Atomic Operations

Engine v2.1.25: Transaction Batching & Atomic Operations

We're excited to introduce powerful new batching capabilities in Engine v2.1.25, enabling you to execute multiple operations atomically and efficiently read from multiple contracts in a single call. New Features 1. Atomic Transaction Batching New Endpoint: /backend-wallet/{chainId}/send-transaction-batch-atomic Send multiple transactions that will be executed
14 Jan 2025 2 min read
Contract Analytics powered by thirdweb Insight in dashboard

Contract Analytics powered by thirdweb Insight in dashboard

Contract Analytics on thirdweb dashboard is now powered by thirdweb Insight You can select a date range and see various analytics for the contract such as * Unique wallets that have sent transactions * Total Transactions & Events * Breakdown of unique Functions calls & emitted Events View this contract analytics on dashboard
14 Jan 2025 1 min read
Multichain queries with Insight API

Multichain queries with Insight API

We’re excited to announce a major update to Insight API! The latest changes enhance the API’s functionality by introducing multichain support, enabling seamless data fetching across multiple blockchain networks. What's New? Multichain Queries Across All Endpoints * Parallel Data Fetching: Fetch data from multiple chains simultaneously, improving
13 Jan 2025 1 min read
Insight expands chain support

Insight expands chain support

We're excited to announce that thirdweb Insight has expanded its blockchain data querying capabilities with support for 43 chains, including these 15 new chains: * Polygon mainnet * Polygon Amoy testnet * Optimism mainnet * OP Sepolia testnet * Celo mainnet * Ancient8 mainnet * Ancient8 testnet * Plume mainnet * Plume testnet * Avalanche Fuji testnet * Superposition
13 Jan 2025 1 min read
Nebula Update v0.0.3: Contract deployment, multi-messages, product knowledge, and Eliza plugin

Nebula Update v0.0.3: Contract deployment, multi-messages, product knowledge, and Eliza plugin

We’re excited to share the latest updates to Nebula, bringing powerful new features, enhancements, and bug fixes to improve your development experience. This release focuses on expanding Nebula’s capabilities, making it even easier to deploy contracts, retrieve information, and interact seamlessly with the platform. Features * Contract deployment support:
10 Jan 2025 1 min read
Unity v5.15.0 - Server Side Magic

Unity v5.15.0 - Server Side Magic

Server Wallets, Server ThirdwebManager!
10 Jan 2025 1 min read
Engine v2.1.24: Sponsored Transaction Mode
Engine

Engine v2.1.24: Sponsored Transaction Mode

Engine v2.1.24 introduces sponsored transaction support for regular backend wallets, enabled on zkSync chains leveraging native account abstraction. What's New? Sponsored Transaction Mode Added x-transaction-mode: sponsored header that enables sponsored transactions for regular backend wallets. This brings key benefits: * No need to hold or manage gas
10 Jan 2025 1 min read
.NET/Unity - RPC Overrides, AutoConnect & Extensions

.NET/Unity - RPC Overrides, AutoConnect & Extensions

.NET 2.13.0 and Unity 5.14.0/5.14.1 ship some popular requests - enjoy!
09 Jan 2025 1 min read
Introducing Backend Wallets
Changelog

Introducing Backend Wallets

We are thrilled to announce support for backend wallets! This enhancement empowers developers to programmatically access wallets through their backend systems without needing to manage private keys directly. It simplifies wallet management while maintaining security and flexibility for various use cases. Why Backend Wallets Matter Traditionally, managing wallets in decentralized
09 Jan 2025 1 min read
EIP-7702 Support

EIP-7702 Support

thirdweb SDK v5.82.0
08 Jan 2025 1 min read
Account Abstraction Improvements

Account Abstraction Improvements

thirdweb SDK v5.81.0
07 Jan 2025 1 min read
.NET/Unity - Account Unlinking, EIP-7702 Experiment & Various Utils & New APIs

.NET/Unity - Account Unlinking, EIP-7702 Experiment & Various Utils & New APIs

Innovation requires implementation.
25 Dec 2024 3 min read
Thirdweb wallets - unlink and custom session expiration

Thirdweb wallets - unlink and custom session expiration

Christmas is around the corner and thirdweb wallets have some gifts for you! Unlinking If you're using the React UI components, you should now see the options to remove accounts that you might have linked by accident. For users on typescript, this is also available as a function
24 Dec 2024 1 min read
Engine - Nonce management improvements

Engine - Nonce management improvements

We've made Engine even more reliable in v2.1.20. Here's a sample of nonce management improvements we made: Improved handling of stuck transactions Transactions can be stuck in mempool for multiple reasons (usually chain-specific). We made improvements to more aggressively retry transactions through including: * Retries
13 Dec 2024 1 min read
In-app & smart wallet wagmi connector

In-app & smart wallet wagmi connector

We just released a new package that allows you to use thirdweb's in-app and smart wallets within you wagmi app with minimal effort. Few lines of code to add web2 sign in like google, discord, passkey, etc along with ERC-4337 smart accounts that unlock gasless transactions, batched transactions
13 Dec 2024 1 min read
Get the Current Auth Provider

Get the Current Auth Provider

thirdweb SDK v5.77.0
12 Dec 2024 1 min read
Publish with contract references

Publish with contract references

Users can now publish their contracts with contract references in deploy params. What this means is, if there are address params in your contract's constructor, you can provide a reference to another published contract for those params. These reference contracts will then be deterministically deployed before deploying your
11 Dec 2024 1 min read
← Newer Posts Page 7 of 21 Older Posts →
thirdweb © 2025
Powered by Ghost