Wallets

Sabay Wallet App

https://wallet.sabay.com
Play StorePlay Store

Wallet ID

"com.sabay.wallet";

Connect Wallet

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