Wallet Interoperability

Pockie supports EIP-6963, which enhances usability when users have installed multiple wallets added to their Chrome browser extension simultaneously.

Through EIP-6963, it allows DApps to search for multiple wallet providers inserted into the browser. For usage instructions and detailed explanations about EIP-6963, please refer to this link.

While DApp developers can directly access window.pockie, it is recommended to use the provided mechanism. Refer to this link for a list of wallets that support EIP-6963.

Wallets supporting EIP-6963 can be tested at https://eip6963.org/.

window.dispatchEvent(new Event("eip6963:requestProvider"));

Last updated