Kaia network
How to integrate with D'CENT wallet for dapps on Klaytn network.
If your dapp is already integrated with Kaikas
How to detect in-app browser
if (typeof window.klaytn !== 'undefined') {
console.log("It's in-app browser");
}How to check D'CENT provider
if (window.klaytn.isDcentWallet === true) {
console.log("It's D'CENT wallet's in-app browser")
}Connect to Wallet
Wallet Connection UI

Get the current network
Get the current account's address
Send Transaction
Last updated