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/okx'

const okx = okxWallet()

const onboard = Onboard({
  // ... other Onboard options
  wallets: [
    okx
    //... 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