Blog thirdweb's Blockchain Game Architecture An overview of thirdweb's development tools for web3 gaming, from infrastructure, to APIs to smart contract templates and more.
Smart Wallets Integrating Smart Wallet in a React App ⚠️ Warning: This guide currently uses v4 of the Connect SDK. For v5 (latest) code snippets, please check out our documentation while this guide is being updated. ⚠️ This guide will show you how to create a react app where users can connect their smart wallets to your front end! What is
Smart Wallets Batch Transactions with the Smart Wallet In this guide we will go through how to batch multiple transactions into a single transaction with smart wallet in a backend script. 💡To learn more about smart wallet, visit the portal documentation. Reminder: smart wallet is an account abstraction component that you can use in scripts and applications. If
Smart contract deep dive: Building smart wallets for individuals & teams A deep-dive into thirdweb’s smart contracts for EIP-4337 smart wallets.
How to Extend the Base Smart Wallet Contracts Using the Solidity SDK This guide will show you how to extend the smart wallet contracts to add custom logic fit for your specific use case. In this guide, we will build token-gated wallets by checking that the user attempting to perform operations with the wallet is the owner of a specified token. To
Blog What is a Smart Contract Wallet? ERC-4337 Explained As the name implies, a smart contract wallet uses smart contract code to automate transactions, manage assets, and enable more powerful features. Learn more.
Guides How to Deploy & Use Smart Wallets in Your Application (ERC-4337) Learn what a smart wallet is, what its use cases are, and how you can use them to create powerful wallet experiences for users.