Deploy immutable smart wallets for your users.
All of thirdweb’s smart wallets are ERC-4337 smart contract wallets with role based permission control.
App developers can issue smart wallets to their users programmatically by deploying a smart wallet factory.
thirdweb’s smart wallets have the following features by default:
Account
, AccountFactory
)The Account
smart wallet is a simple smart wallet that comes with all the basic benefits of account abstraction, along with the mentioned default features. App developers can issue Account
smart wallets programmatically by deploying an AccountFactory
smart contract.
The Account
smart contract is non-upgradeable. Developers should use this wallet if they do not anticipate making any future upgrades to their users’ wallets.
Learn more about thirdweb's smart wallets: https://portal.thirdweb.com/wallet/smart-wallet
Aug 17, 2023
Apache-2.0, MIT, GPL-3.0-or-later, GPL-3.0-only