Docs

inAppWallet

Creates an in-app wallet.

Example

import { inAppWallet } from "thirdweb/wallets";
const wallet = inAppWallet();
const account = await wallet.connect({
client,
chain,
strategy: "google",
});

Parameters

Returns

The created in-app wallet.