Browser detection

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

if (typeof window.zky !== 'undefined') {
  console.log('Zky Wallet is installed!');
}

Last updated