thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
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
Engine - Security updates + more

Engine - Security updates + more

Engine is used by web2 and web3 companies for production use, powering 10M+ transactions per week. Making sure your Engine is secure and your funds are safe are critical, so here's security improvements we made (v2.1.20) and what's coming up. Security audit We'
11 Dec 2024 1 min read
Show account balance in USD for AccountBalance and ConnectButton

Show account balance in USD for AccountBalance and ConnectButton

In our recent update, we enabled a new feature for showing the token balance of your account in USD, via the AccountBalance component and since the ConnectButton also uses AccountBalance internally, said feature is also supported. // For AccountBalance <AccountBalance showBalanceInFiat="USD" /> // For ConnectButton <ConnectButton // Show
10 Dec 2024 1 min read
Insight v0.0.8-beta

Insight v0.0.8-beta

A new version of Insight is released, focusing on bringing decoded data to the API and bug fixes to the indexing logic. Added Decoding for events and transactions in the API Implemented functionality to decode event logs (supporting both indexed and non-indexed parameters) and transaction inputs whenever a query is
09 Dec 2024 2 min read
BETA Support for ERC-7579 Modular Smart Accounts

BETA Support for ERC-7579 Modular Smart Accounts

We've been iterating on our next generation smart accounts contracts. They are ERC-7579 compliant modular smart accounts, unlocking the growing catalog of account modules. This is a BETA release, so expect some changes, but you can already start playing with it on both TypeScript and DotNet SDKs. We
07 Dec 2024 2 min read
Instant sign in for smart accounts with ERC-6492

Instant sign in for smart accounts with ERC-6492

We just added support for ERC-6492 signatures in the TypeScript and DotNet SDKs. This means that you can now sign and verify signatures for smart accounts even if they haven't been deployed yet! If your app uses smart accounts and sign in with ethereum (SIWE), this massively improves
07 Dec 2024 1 min read
New chains: Appchain, Metal L2 Testnet, Metal L2, XSolla Testnet, Funki Sepolia, Sanko, Dos Testnet, Dos Mainnet, Bob, Bob Sepolia

New chains: Appchain, Metal L2 Testnet, Metal L2, XSolla Testnet, Funki Sepolia, Sanko, Dos Testnet, Dos Mainnet, Bob, Bob Sepolia

We've added new chains to the platform this week! AppChain: RPC and Chain SettingsUse the best AppChain RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.Metal L2: RPC and Chain SettingsUse the best Metal L2 RPC and add to your wallet.
07 Dec 2024 3 min read
.NET/Unity - ERC-6492 Support & Other Improvements

.NET/Unity - ERC-6492 Support & Other Improvements

Further reducing barriers of entry when it comes to 4337.
06 Dec 2024 1 min read
← Newer Posts Page 8 of 21 Older Posts →
thirdweb © 2025
Powered by Ghost