Docs

smartWallet

Creates a smart wallet.

Example

import { smartWallet } from "thirdweb/wallets";
const wallet = smartWallet({
factoryAddress: "0x1234...",
chain: sepolia,
gasless: true,
});
const account = await wallet.connect({
client,
personalAccount: account,
});

Parameters

Returns

The created smart wallet.