Support web3-react(https://github.com/Uniswap/web3-react)
- Install web3-react first.
- download the code or npm install @okwallet/web3-react-okxwallet
- import it
import { initializeConnector } from '@web3-react/core'
import { OKXWallet } from ' @okwallet/web3-react-okxwallet'
export const [okxWallet, hooks] = initializeConnector<OKXWallet>((actions) => new OKXWallet({ actions }))