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

Split distribution on all networks

When creating a Split contract, you can hold native token and any arbitrary ERC20 token and distribute among the wallets you've set on deployment. Before, we could only distribute from dashboard easily from selected networks, we've now made it possible so you can always distribute the
12 Aug 2023 1 min read
Changelog

Revamped NFT view on Dashboard

When looking at the NFTs on any contract, we use to have this drawer view: This had a couple issues, mostly that the NFT view was small and that you didn't have a URL to access a specific NFT. We're changing this, now, when clicking on
04 Aug 2023 1 min read

Unity - Installer & Networks

v3.0.0-beta.5 is out! * Little installer to help you kickstart your thirdweb gaming journey * Network switching interface for native platforms * ERC721AQueryable support by default * And more! Release: https://github.com/thirdweb-dev/unity-sdk/releases/tag/v3.0.0-beta.5 Docs: https://portal.thirdweb.com/unity Handy wallet connection snippets:
27 Jul 2023

MarketplaceV3 Updates

The MarketplaceV3 contract has been republished with some changes. The main addition is support for Royalty Registry / Royalty Engine on select chains. Read more about Royalty Registry here. Other changes include minor fixes and UX improvements related to accessing information on the contract such as past bids, etc. The contract
26 Jul 2023 1 min read

Unity - Storage & More!

The Unity SDK now supports our updated API Key flow. Grabbing a free thirdweb Client ID from the dashboard and putting it right into your ThirdwebManager component allows you to access improved Storage, RPC and Account Abstraction services by default! This includes IPFS downloads, uploads, enhanced RPC performance and Smart
19 Jul 2023 1 min read
Changelog

API Keys Required by August 1st to Access thirdweb Infrastructure Services

What's Changing In an effort to serve our growing developer community by providing more resilient, reliable, and robust infrastructure, we are instituting a new policy requiring users of our SDK’s, Storage, CLI and Smart Accounts to include an API key for use of the following thirdweb infrastructure
19 Jul 2023 3 min read
Changelog

Mandatory SDK Update to Resolve IPFS Issues

We've recently made changes in our SDK to resolve intermittent issues customers have been experiencing related to connectivity to IPFS. To ensure that your application doesn't experience errors we recommend ALL customers do one of the following: - Upgrade to the @thirdweb-dev/sdk@3.10.29
10 Jul 2023 1 min read

Presenting our OpenEdition ERC721 contract

We recently launched our OpenEdition ERC721 contract. * All NFTs in the contract have shared metadata except that each NFT has its unique token ID appended to the NFT's name. An admin can set this shared metadata at any time. * The contract does not require the admin to set
05 Jul 2023

Unity - Hyperplay & New Connect Wallet Prefab

The Unity SDK 3.0.0-beta.2 brings you an improved and customizeable Prefab_ConnectWallet, and adds in the Hyperplay connection option! Email wallets are also now shown as input fields, we recommend you try it out with our recent Paper WalletProvider addition! Simply set it up from the prefab&
05 Jul 2023 1 min read

Login with Email in Dashboard

Enhanced login experience with Paper Wallet in Dashboard
29 Jun 2023

Unity SDK 3.0.0 - All About Wallets!

We just released a major upgrade to our unity-sdk, with various wallet related upgrades. Main Features * New email wallet provider - all platforms: Paper * WalletConnectV1 deprecation in favor of WalletConnectV2 - currently WebGL only, Native soon! * Metamask SDK upgrade, support for Metamask 7.0.1+ * Nethereum upgrade and various improvements
28 Jun 2023 1 min read

WCV2 Migration

This document describes the steps needed to migrate thirdweb's packages before tomorrow's WalletConnect V1 shutdown at 2pm, UTC.
28 Jun 2023 2 min read

Migrating our SDKs to WalletConnect V2

Hello to our valued user community, As you may have heard, WalletConnect is shutting down its version 1.0 in favor of its version 2.0 by this Wednesday, June 28th. We are slated to complete this migration by tomorrow afternoon. What does this mean for you? Let's
26 Jun 2023 1 min read

CLI - Install command updates

We have updated our install command to now support Python and Go. JS/TS * Can now install in React Native projects * Can now install in projects using pnpm Python* * Can now install on projects using popular package managers: pip, pipenv and poetry Go* * Can now install on projects using go
26 Jun 2023
Changelog

Deterministic deployments using Create2

We have released utility functions for deterministic deployment of contracts. This allows predictable addresses on any EVM chain, as long as same salt is used for deploying the contract. These are available on Typescript SDK version 3.10.22 and above. Read more here: https://portal.thirdweb.com/typescript/deterministic-deployments
16 Jun 2023

Unity - Smart Wallet & Native Wallet SDK Released!

Smart Wallets are now stable on all platforms! Import the latest package here https://github.com/thirdweb-dev/unity-sdk/releases/latest The Native Unity Wallet SDK is now available and awaiting submissions! If you'd like to integrate your wallet with us, follow the steps outlined here and submit a
13 Jun 2023

Unity - Native Smart Wallets

Smart Wallet support has been added for Native Unity Platforms! You can now setup your ThirdwebManager's Smart Wallet Factory Address, and access all the features of Account Abstraction by simply adding in your API key. Gasless through paymasters and any EOA/Provider is supported. Release: https://github.com/
07 Jun 2023

Revamped publish flow

We've rebuilt our publish flow from the ground up to make it easier and more intuitive to use. All the contracts in Explore are published contracts, which means your contract metadata and bytecode is stored in IPFS on the Polygon network. From there, anyone can access it and
06 Jun 2023 1 min read

Support for ZKSync Era Mainnet

We have added support for thirdweb prebuilt contract deployments on ZKSync Era Mainnet. Following contracts can be deployed via dashboard: * DropERC721, DropERC1155, DropERC20 * TokenERC721, TokenERC1155, TokenERC20 * Marketplace Support for testnet as well as custom contract deployment has already been added. Ref: * Support for ZKSync Era Testnet * Custom contract deployments on
03 Jun 2023

Analytics for your smart contracts in dashboard

You can now view on-chain analytics for your smart contracts directly on the dashboard with the new "Analytics" tab on all smart contract pages! Smart contract analytics allows you to view daily users, transactions, logs and much more to help you gauge activity and usage on your contracts.
03 Jun 2023 1 min read

Connect your Smart Wallet to any dApp in React Native

Today, we are thrilled to announce an exciting feature update: our SmartWallet now supports the WalletConnect protocol. This game-changing integration makes your SmartWallet interoperable with a wide range of decentralized applications (dApps).
31 May 2023 2 min read

Unity SDK - New Wallet Providers

MagicLink (WebGL and Mobile), Metamask (All Platforms) and Smart Wallets (WebGL) have been added as new WalletProvider options when connecting. Release: https://github.com/thirdweb-dev/unity-sdk/releases/tag/v2.1.1
31 May 2023

Email and Phone Number connection in React Native

This latest update enables users to connect using either their email address or phone number, a feature designed to provide a more convenient, personalized, and secure experience. We implemented this feature using the Magic SDK.
31 May 2023 1 min read

Enhanced customization for our React Native components

We have just introduced a feature that allows you to add your personal touch to our components, namely, our ConnectWallet button title, Modal title and the Details Button that you see after a wallet is connected.
31 May 2023 1 min read

Custom contract deployments on ZKSync with thirdweb CLI

We have enabled ZKSync Era deployments via thirdweb CLI. The deployments are enabled for both testnet and mainnet. To create and deploy a contract, follow these steps: * use create command, with nightly version: npx thirdweb@nightly create * Create Contract Select hardhat framework (forge is not supported) * deploy contract on ZkSync
25 May 2023
← Newer Posts Page 18 of 20 Older Posts →
thirdweb © 2025
Powered by Ghost