Connecting to Zky Wallet

"Connecting" or "logging in" to Zky Wallet effectively means "to access the user's Bitcoin account(s)".

  • You should only initiate a connection request in response to direct user action, such as clicking a button.

  • You should always disable the "connect" button while the connection request is pending.

  • You should never initiate a connection request on page load.

Clicking the connect button should call the following method:

zky.requestAccounts()

Last updated