thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗

Unity 4.4.0 Release

Large set of improvements and new features.
17 Jan 2024 3 min read

ConnectEmbed - ReactNative SDK

We have added a new component ConnectEmbed to embed the ConnectWallet Modal UI directly in page which allows you to easily create a "Sign in" page for web3 apps. Refer to ConnectEmbed Documentation for more details Just like ConnectWallet - You can completely customize ConnectEmbed to match it&
17 Jan 2024 1 min read

ConnectEmbed added in thirdweb React SDK

ConnectEmbed component added in thirdweb React SDK to easily create sign-in page
15 Jan 2024 1 min read
Changelog

Engine Updates: v0.0.14

We're excited to announce the release a new & updated version of thirdweb Engine, v0.0.14 . It's available on our Docker Hub Repo Breaking Change in Engine v0.0.14: * Deprecated Feature: Engine no longer supports the ACCESS_CONTROL_ALLOW_ORIGIN environment variable. This change
11 Jan 2024 1 min read

Connect Multiple Wallets to Single Account

In the expansive realm of options, thirdweb strives to continue simplifying the development process for our users by seamlessly integrating with their existing tools and workflows. Today, thirdweb supports over 900+ EVM chains and over 20+ EOA wallets. We understand as developers you may have multiple wallets to manage, test,
11 Jan 2024 1 min read

Android App Release

We're excited to announce the release of our Android app so that devs can play with our React Native components. This is a significant step forward in our development process, allowing developers to interact with and test our latest UI components in a real-world environment. Key Highlights: * ConnectWallet
10 Jan 2024 1 min read
Changelog

thirdweb Docs Revamp

Revamped thirdweb docs website
08 Jan 2024 1 min read
Changelog

Engine improvements: relayers, transaction details, backend wallet funds

Here's a few new ways managing Engine in the thirdweb dashboard got better! Enable gasless transactions with relayers Engine recently added support for backend wallets to send meta-transactions on behalf of your users. This feature allows your app to sponsor gas for your users to transfer NFTs, list
04 Jan 2024 1 min read

Payments tab added to dashboard

Following thirdweb's acquisition of Paper, we're moving and improving some of the features that you could previously find at Paper over to thirdweb, one of these is Payments. Now, you can find the Payments tab on the navbar: Here, you will be able to enable payments
03 Jan 2024 1 min read
Embedded wallets now work with any authentication method

Embedded wallets now work with any authentication method

At thirdweb we want to build tools that make it easier to bring the next billion users on-chain. Launching embedded wallets was a major step towards this goal. Having a 'Connect Wallet' button often represents the first major friction point for new users in web3 apps. Typically, this
14 Dec 2023 2 min read
Checkouts now supports zkSync Era Mainnet/Testnet and Base Sepolia
Changelog

Checkouts now supports zkSync Era Mainnet/Testnet and Base Sepolia

The latest version of Checkouts now adds support for the following chains & currencies: * zkSync Era Mainnet - ETH, USDC * zkSync Era Testnet - ETH * Base Sepolia Testnet - ETH We are continuously looking to support the latest and greatest chains for checkouts! If you have a chain you want
01 Dec 2023

Unity 4.2.0 - Brand New Look!

Brand new customizeable Connect Wallet button prefab!
30 Nov 2023

Unity 4.1 - Apple and Facebook Logins

Login with your face, anyone?
21 Nov 2023 1 min read
Checkout supports new chains: Arbitrum, Zora, & more
Changelog

Checkout supports new chains: Arbitrum, Zora, & more

The latest version of Checkouts now adds the following chains & currencies: * Zora - ETH * Zora Testnet - ETH * Arbitrum Nova - ETH * Arbitrum One - USDC * Arbitrum Sepolia - ETH, DERC20 (mock erc20) We are continuously looking to support the latest and greatest chains for checkouts! If you have
17 Nov 2023
More Social Sign In Options - ReactNative / React

More Social Sign In Options - ReactNative / React

New Features * Apple and Facebook Sign-In Support: Added support for Apple and Facebook Sign-In in our Embedded Wallet. Users can sign in with a single tap. * Login with the same credentials across platforms (web, react native), you get the same wallet address * Works great as the signer (personal wallet) to
16 Nov 2023 1 min read
Fast, automatic ABI resolution for all verified contracts

Fast, automatic ABI resolution for all verified contracts

The latest version of the thirdweb typescript SDK (v4.0.13+) can now resolve ABIs for all verified contracts. No need to manually import them from the dashboard anymore. const sdk = new ThirdwebSDK("polygon"); const myContract = await sdk.getContract("0x..."); // no ABI needed! This change also
15 Nov 2023
Localization API added in React SDK
Connect

Localization API added in React SDK

Localization API added in thirdweb React SDK
15 Nov 2023 1 min read
Changelog

Engine updates: dashboard, cloud-hosted, TypeScript

We recently announced Engine, a backend HTTP server that calls smart contracts with your backend wallets. Engine is open-source and makes it simple to interact with the blockchain securely, reliably, and at scale. We shipped dozens of bugfixes and features since then. Here are some highlights: Dashboard improvements * Engine instances
14 Nov 2023 1 min read

Apple Sign In - React Native

New Features * Apple Sign-In support: Added support for Apple SignIn in our EmbeddedWallet. Users can sign in with a single tap. * Works great as the signer (personal wallet) to use Smart Wallets (ERC4337) with * Non-custodial <ThirdwebProvider clientId={'your-client-id'} supportedWallets={[embeddedWallet({ auth: { options: ['email', 'google&
10 Nov 2023 1 min read
Embedded Wallets for Web, Mobile and Games

Embedded Wallets for Web, Mobile and Games

We just launched Embedded Wallets for all platforms! Embedded wallets lets your users login with just an email or a google account, and automatically obtain a wallet that is ready to use across any device. Features * Modular, Composable & Customizable: Email login, social login, and bring-your-own auth. * Cross platform: Works
04 Nov 2023 1 min read

Unity 4.0.1 - Session Keys

Allowing users to grant temporary access to their game accounts - unlock endless signless possibilities, upgrade paths and more!
03 Nov 2023 1 min read

Supporting Japanese and Spanish languages - React Native

We at thirdweb pride ourselves on supporting an international community of developers. We understand the importance of localization to deliver a smooth user experience. Therefore, we're thrilled to announce that our React Native SDK now supports Japanese and Spanish! New Features * You can now pass 'es'
01 Nov 2023 1 min read

IPFS unpinning now available

You can now unpin your account's pinned files from the thirdweb dashboard: 1. Sign in to the thirdweb dashboard and navigate to the Storage dashboard page. 2. Under Your Pinned Files, files pinned by your account are listed. 3. Select Unpin to unpin a file from your account.
30 Oct 2023 1 min read

Introducing - Unity SDK 4.0.0

Empowering Game Developers with Advanced Web3 Solutions
27 Oct 2023 2 min read

Localizing the React Native SDK

thirdweb takes pride in its global reach, and we're thrilled to announce that our React Native SDK's UI components now support localization! New Feature * We have added a new locale prop to our ThirdwebProvider , allowing you to pass an object of translated strings of your preferred
26 Oct 2023 1 min read
← Newer Posts Page 16 of 20 Older Posts →
thirdweb © 2025
Powered by Ghost