Blocto Wallet
Prompt users to connect to your app with their Blocto Wallet.
Usage
import { BloctoWallet } from "@thirdweb-dev/wallets";
const wallet = new BloctoWallet();
wallet.connect();
Configuration
Optionally, provide a configuration object when instantiating the BloctoWallet
class.
clientId (recommended)
appId (recommended)
chains
dappMetadata
chain
walletStorage
Methods
Inherits all the public methods from the AbstractClientWallet
class.