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