Docs

walletConnect

Creates a wallet that allows connecting to any wallet that supports the WalletConnect protocol.

Example

import { walletConnect } from "thirdweb/wallets";
const wallet = walletConnect();
const account = await wallet.connect({
client,
});

Returns

The created smart wallet.