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

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

React Native - Improved ConnectWallet Button

We're thrilled to announce the release of our redesigned ConnectWallet button for React Native! This release brings significant improvements, making it easier than ever to customize it to match your app look and feel. Below is a rundown of what's changed. New Features * Send & Receive
28 Sep 2023 2 min read

Unity v3.1.0 is live!

* Cross-platform Transaction builder to have ultimate control over your flow. * WalletConnectV2 is now available on native platforms. Release: https://github.com/thirdweb-dev/unity-sdk/releases/tag/v3.1.0
12 Sep 2023

Dashboard - Usage, Billing & Notification Settings

With our recent announcement of the thirdweb Pro and Starter plans, we've added several useful features to help you stay on top of your spending and usage, as well as to notify you when you're approaching important rate and usage limits. Upon visiting your Dashboard, you&
12 Sep 2023 1 min read

Unity - Version 3.0.0 is out!

The long awaited unity-sdk v3 is now officially available, with an added bonus of officially supporting Unity 2022. Out-of-the-box support for an unified cross-platform API, various wallets for all use cases, seamless, gassless, signless, headacheless blockchain integrations! You can now focus on building your game, not blockchain infrastructure. It all
06 Sep 2023

Deterministic deployments from dashboard

We have enabled deterministic deployments of contracts from thirdweb dashboard. This is available for any direct deploy contracts (i.e. published as a direct deploy contract) – not applicable to factory deploy contracts. This allows having the same / predictable contract address on multiple chains. Additionally, you can control the address by
31 Aug 2023 1 min read

CLI - Deprecate Release Command

As of today: August 29th, 2023. We have officially deprecated and removed the Release command, please use the Publish command instead.
29 Aug 2023

Updated CLI Login

* The CLI will now use an OAuth like login, to connect your device to the wallet associated with the Dashboard. * Under the hood, the CLI will create a wallet for you to perform actions for you, which will be stored on your device. * You will no longer need to paste
29 Aug 2023 1 min read

New Wallets Dashboard Tab

We've revamped the wallets tab on the dashboard to showcase the full extent of wallet connection and creation capabilities of the thirdweb platform. Redesigned connect wallet button live playground We've improved the live playground to easily customize your connect wallet button and get updated code to
28 Aug 2023 1 min read

thirdweb supports PWA development!

We are excited to announce that thirdweb now offers first-class support for Progressive Web App (PWA) development. This major enhancement opens the door for developers to create faster, more responsive decentralized applications that provide native-like experiences. Demo Now Live To demonstrate the capabilities of PWAs using thirdweb, we have created
28 Aug 2023 1 min read

Improved import flow

We shipped an improvement to our contract resolution that comes with a few benefits: 1. Dashboard and SDK can now resolve useful functionality on contracts even if they're not imported 2. This works even on non verified contracts 3. Contract resolution is now faster and more stable When
23 Aug 2023 1 min read

ConnectWallet configuration playground

The ConnectWallet configuration playground lets you easily select the configuration for the ConnectWallet component and shows you a live preview of ConnectWallet component and the corresponding code which you can directly use to add wallet connection functionality in your React app and get started in seconds! Once you add the
14 Aug 2023 1 min read

WalletConnect in our React Native SDK

Version 0.2.51 - Release Date Aug 16, 2023 Added: Full Support for WalletConnect: From this version, developers can effortlessly integrate WalletConnect wallets into their projects. This major feature update ensures compatibility with all WalletConnect-supported wallets. Here's a simple usage example for integrating WalletConnect with the ThirdwebProvider:
13 Aug 2023 1 min read
← Newer Posts Page 17 of 20 Older Posts →
thirdweb © 2025
Powered by Ghost