Wallets

W3 Wallet

https://w3wallet.app
Play StorePlay Store

Wallet ID

"app.w3wallet";

Connect Wallet

import { createThirdwebClient } from "thirdweb";
import { createWallet } from "thirdweb/wallets";
const client = createThirdwebClient({ clientId });
const wallet = createWallet("app.w3wallet"); // pass the wallet id
await wallet.connect({ client });