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