Coin98 Wallet
Prompt users to connect to their Coin98 wallet.
Usage
import { Coin98Wallet } from "@thirdweb-dev/wallets";
const wallet = new Coin98Wallet();
wallet.connect();
Configuration
Optionally, provide a configuration object when instantiating the Coin98Wallet
class.
projectId (recommended)
recommended (optional)
Methods
Inherits all the public methods from the AbstractClientWallet
class.