thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
New Teams and Projects Dashboard

New Teams and Projects Dashboard

We are introducing a massive change to thirdweb dashboard with a focus on Teams and Projects
07 Nov 2024 2 min read
.NET/Unity - Better DX and Customization

.NET/Unity - Better DX and Customization

Better fallbacks for misconfigurations, additional customizeability API and UI wise.
07 Nov 2024 1 min read
Unreal Engine SDK 1.7.0 - Transaction Info & General Improvements

Unreal Engine SDK 1.7.0 - Transaction Info & General Improvements

Track transactions effortlessly with new nodes for status and receipts, and take advantage of the Blueprint Screenshot Debug feature added directly to your Editor Toolbar
07 Nov 2024 1 min read
.NET/Unity - In-App Wallet Infra Upgrade & More

.NET/Unity - In-App Wallet Infra Upgrade & More

What's Changed * In-App Wallets now use the same infrastructure as Ecosystem Wallets. * Up to 90% performance increase, specially on lower end devices or web platforms. * Much less cryptography done client side, using secure enclaves over shamir's secret sharing. * If you were using In-App Wallets previously, they
06 Nov 2024 1 min read
Engine v2.1.0: Smart Backend Wallets

Engine v2.1.0: Smart Backend Wallets

Engine v2.1.0 introduces Smart Backend Wallets, powered by account abstraction. Key benefits include: * No more gas management * No need to hold crypto * Fewer stuck transactions * Backward-compatible interface * One-step setup Why does it matter? No more gas management Smart backend wallets send all transactions as user operations from a
05 Nov 2024 3 min read
Insight v0.0.6-beta
Changelog

Insight v0.0.6-beta

We are excited to announce the release of Insight v0.0.6-beta! This version brings significant improvements to enhance your blockchain data analysis experience. 🚀 New Features Enable Aggregates and GROUP BY You can now perform aggregate functions and use GROUP BY clauses in your queries. This enhancement allows for more
31 Oct 2024 1 min read
New Connect Analytics Dashboard

New Connect Analytics Dashboard

Your project's dashboard just became more useful with a new set of metrics to track the growth of your apps! Login to your account, select your project and head over to the Connect tab to see an overview of your aggregated metrics for connections, in-app wallets, account abstraction
31 Oct 2024 1 min read
Unreal Engine SDK 1.6.0 - Contract Interaction

Unreal Engine SDK 1.6.0 - Contract Interaction

Our latest release introduces even more control and functionality to your workflow! With new raw contract read/write capabilities, enhanced mobile URL redirects, and automated deeplink registration on Android, you’re set up for seamless integration
29 Oct 2024 1 min read
New Pay with Crypto UI

New Pay with Crypto UI

We just released a new version of the thirdweb Connect SDK which comes with a refreshed prebuilt UI components for executing transactions, onramping, bridging and swapping any token. The new UI brings a simpler onramping flow showing you all your available balances up front, easy way to pay with another
29 Oct 2024 1 min read
Unity 5.7.0 - DX Improvements

Unity 5.7.0 - DX Improvements

Compatibility improvements and less requirements for Managed Stripping.
28 Oct 2024 1 min read
New chains: Immutable zkEVM, Immutable zkEVM Testnet & Ozean Testnet

New chains: Immutable zkEVM, Immutable zkEVM Testnet & Ozean Testnet

We've added new chains to the platform this week! Immutable zkEVM: RPC and Chain SettingsUse the best Immutable zkEVM RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.Immutable zkEVM Testnet: RPC and Chain SettingsUse the best Immutable zkEVM Testnet RPC and
28 Oct 2024 2 min read
.NET/Unity - New Login Methods, Better Account Abstraction Config

.NET/Unity - New Login Methods, Better Account Abstraction Config

Setup AA Options right in your dashboard. Login to your Smart Ecosystem Wallet using Github & Twitch now!
24 Oct 2024 1 min read
Smart Account and Custom Auth for Ecosystem Wallets

Smart Account and Custom Auth for Ecosystem Wallets

We just released an update for ecosystem owners. You can now setup custom authentication, and enable smart account options right from the dashboard. When enabling account abstraction options, ecosystem wallets will automatically be converted to smart accounts without any code change, allowing for sponsored transactions, session keys, batched transactions and
23 Oct 2024 1 min read
New chains: World Chain, Aavegotchi Polter, Treasure Topaz and Superseed testnet

New chains: World Chain, Aavegotchi Polter, Treasure Topaz and Superseed testnet

We've added new chains to the platform this week! thirdweb: The complete web3 development platformBuild web3 apps easily with thirdweb’s powerful SDKs, audited smart contracts, and developer tools—for Ethereum & 700+ EVM chains. Try now.thirdwebthirdweb: The complete web3 development platformBuild web3 apps easily with thirdweb’
17 Oct 2024 2 min read
Insight v0.0.4-beta

Insight v0.0.4-beta

Added * Introduced a fromBlock configuration option for the committer, allowing users to specify a custom starting block. This enhancement provides flexibility in data processing by starting committing from a specific block height. * Added support for eth_getBlockReceipts RPC method, enhancing transaction data storage and providing additional transaction fields like contract_
17 Oct 2024 1 min read
Twitch Authentication

Twitch Authentication

thirdweb SDK v5.63.0
17 Oct 2024
Unreal Engine SDK 1.5.0 - Link Wallet, Dynamic Nodes and AsyncTasks

Unreal Engine SDK 1.5.0 - Link Wallet, Dynamic Nodes and AsyncTasks

Link Wallet, Dynamic Nodes and AsyncTasks with General Improvements
16 Oct 2024 1 min read
Engine: Supercharged KMS Performance for AWS and GCP

Engine: Supercharged KMS Performance for AWS and GCP

We're excited to announce a significant performance upgrade to thirdweb Engine's AWS and GCP Key Management Service (KMS) support. Engine v2.0.22 dramatically improves transaction processing speed and simplifies KMS workflow. What's New? 🚀 Blazing Fast KMS Integration * Massive performance boost: transaction sending time
15 Oct 2024 1 min read
Engine - AA account salt, new API reference, retry errors, + bugfixes

Engine - AA account salt, new API reference, retry errors, + bugfixes

Engine has been updated to v2.0.25 which brings a handful of improvements. Account salt: make AA calls before deploying the contract First what is an account salt? The account salt is a unique ID that deterministically predicts a wallet address for a given admin + smart account factory. This
12 Oct 2024 3 min read
Free, Unlimited In-App Wallets - Why now?

Free, Unlimited In-App Wallets - Why now?

Yesterday, we announced a limited-time offer of unlimited in-app wallets for developers. By claiming the offer, developers are able to create e-mail, phone number, passkey, and social wallets using our Connect SDK for free over the next 12 months. We've taken the industry price of wallets, ($0.03
12 Oct 2024 2 min read
Insight v0.0.3-beta

Insight v0.0.3-beta

Version v0.0.3-beta focuses on data accuracy by introducing handling for reorgs. Other changes include refactoring the RPC component for easier reuse, creating a test setup with initial tests and improving the setup for running Insight locally. Features and Enhancements * Reorganization Handling and Storage Enhancements * Introduced a new `ReorgHandler`
10 Oct 2024 1 min read
v1.0.0 release of Modular Contracts

v1.0.0 release of Modular Contracts

More secure than ever
09 Oct 2024 1 min read
Connect to 300+ mobile wallets from React Native connect UI

Connect to 300+ mobile wallets from React Native connect UI

We shipped an update to the Connect UI in react native that allows users to select any of the 300+ mobile wallets to connect to. This is enabled by default when you use the ConnectButton and ConnectEmbed in React Native. You can turn off this behavior by passing showAllWallets: false
09 Oct 2024 1 min read
.NET/Unity - Marketplace Extensions

.NET/Unity - Marketplace Extensions

Simplifying interaction with thirdweb Marketplace contracts through extensions.
09 Oct 2024
Introducing Teams and Projects Dashboard (Beta)

Introducing Teams and Projects Dashboard (Beta)

We are introducing a massive change to thirdweb dashboard with a focus on Teams and Projects
07 Oct 2024 1 min read
← Newer Posts Page 9 of 21 Older Posts →
thirdweb © 2025
Powered by Ghost