Connect DApp to OKX Wallet
Detect OKX Wallet

Detect OKX Wallet#

Detect your Web3 browser#

To verify if your browser is running OKX Wallet, copy and paste the code snippet below into the developer console of your browser:

if (typeof window.okxwallet !== 'undefined') {console.log('OKX is installed!');}