thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
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

Custom auth with embeddedWallet - React Native

New feature You can now connect using your own custom JWT using thirdweb's embeddedWallet : import { embeddedWallet, ThirdwebProvider, useConnect, } from "@thirdweb-dev/react-native"; import { Button } from "react-native"; import React from "react"; const App = () => { return ( <ThirdwebProvider> <AppInner /> </ThirdwebProvider>
24 Oct 2023
Connect Analytics now available

Connect Analytics now available

If you're using any of these connect products to connect users to your app: * React / React Native UI components * React / React Native connect hooks * Wallet SDK You now have access to user analytics for your apps. This feature can be enabled or disabled using: setWalletAnalyticsEnabled(enabled); This includes:
19 Oct 2023 1 min read
Introducing the thirdweb Support AI Assistant

Introducing the thirdweb Support AI Assistant

Use our Support AI Assistant to quickly find answers to your questions about thirdweb.
19 Oct 2023 2 min read
Marketplace is now an upgradeable, dynamic contract.

Marketplace is now an upgradeable, dynamic contract.

You can now perform upgrades i.e. add/remove/edit the functionality of your Marketplace contract after it has been deployed.
17 Oct 2023 1 min read

Google Sign In - React Native

New Features * Google Sign-In support: Added support for Google Sign-In in our EmbeddedWallet. Users can sign in with a single tap. * Login with the same email across platforms (web, react native, unity), you get the same wallet address * Works great as the signer (personal wallet) to use Smart Wallets (ERC4337)
13 Oct 2023 1 min read

Sign in with email in React Native

New Features * New Wallet Provider - EmbeddedWallet: We've introduced support for embedded wallets in our React Native SDK. You can now allow your users to login with their email without them having to worry about what a wallet is, a secure and seamless experience. * Login with the same
13 Oct 2023 1 min read

TypeScript, React SDK v4.0

We made a major update to the TypeScript and React SDKs with no breaking changes but a couple of important compatibility changes: Dropped Support for Solana * We've decided to drop support for Solana across our SDKs. * Starting with this version of our SDKs all previous solana related functionality
13 Oct 2023 1 min read

Simplified Smart Wallet Session Key API

You can now easily create session keys for your smart wallets, granting scoped access to other wallets. This is useful in a handful of setups where you need to give restricted or temporary smart wallet access to a backend or another user. Restrictions include: * Which contracts can be called * How
11 Oct 2023 1 min read
New NFT prebuilt contract: Burn-To-Claim Drop

New NFT prebuilt contract: Burn-To-Claim Drop

Specify an 'origin' NFT contract and charge a special price to holders, who can burn their origin-contract-NFT to claim one from the burn-to-claim contract.
05 Oct 2023 1 min read
Changelog

Updating and freezing NFT metadata

We've added two new capabilities to our NFT prebuilt contracts: updating and freezing NFT metadata.
05 Oct 2023 1 min read
New Connect Wallet playground

New Connect Wallet playground

New ConnectWallet playground in dashboard
02 Oct 2023 1 min read

Unity - Embedded Wallets

Unity Version 3.3.0 is live!
30 Sep 2023 1 min read
All New Connect Wallet Component For React
Changelog

All New Connect Wallet Component For React

We're thrilled to announce the release of our redesigned ConnectWallet component for React! Learn more about thirdweb connect 0:00/1× What's New? * A Gorgeous new UI - Try out our all-new ConnectWallet playground to see the ConnectWallet in action! * ConnectWallet component has a new prop
28 Sep 2023 1 min read
← Newer Posts Page 18 of 22 Older Posts →
thirdweb © 2025
Powered by Ghost