1. Wallets
  2. OKX Wallet

Wallets

OKX Wallet

Wallet module for connecting Okx wallet through web3-onboard

Install

Usage

        import Onboard from '@web3-onboard/core'
import okxWallet from '@web3-onboard/okxwallet'

const okxWalletModule = okxWallet()

const onboard = Onboard({
  // ... other Onboard options
  wallets: [
    okxWalletModule
    //... other wallets
  ]
})

const connectedWallets = await onboard.connectWallet()
console.log(connectedWallets)

      

Build Environments

For build env configurations and setups please see the Build Env section here