D'CENT developer guide
Official siteUser GuideBlogTwitter
  • Introduction
  • How to Connect Your DApp to D’CENT Mobile App
  • In-app browser (dapp browser)
    • Getting Started
    • EVM compatible networks
    • Klaytn network
    • Tron network
  • Dynamic Link
    • Dynamic Link to In-app Browser
    • EIP-681 : Transaction/Payment Request
  • D'CENT WalletConnect (DWC)
    • Introduction
    • Packages
    • D'CENT WalletConnect
    • Test Environment
    • WalletConnect monorepo
  • Collectibles
    • NFT list on Collectibles tab
  • D'CENT biometric wallet for PC
    • D'CENT SDK for PC Environment
    • dcent-web-connector
      • Configurations
      • Device & Accounts Info.
      • Address & XPUB
      • Ethereum & EVM compatible
      • Klaytn
      • Bitcoin
      • XRPL (XRP Ledger)
      • Hedera (HBAR & HTS)
      • Tron (TRX & TRC20)
      • Stellar
      • Tezos (XTZ & XTZ_FA)
      • Vechain
      • Near (NEAR & Near Token)
      • Havah
      • Polkadot
      • Polkadot Parachain
      • Cosmos & Cosmos compatible network
      • Algorand
    • dcent-cli-connector
      • Configurations
      • Device & Accounts Info.
      • Address & XPUB
      • Ethereum & EVM compatible
      • Hedera (HBAR & HTS)
    • dcent-provider
  • D'CENT BIOMETRIC WALLET FOR Mobile
    • D'CENT SDK for Mobile Environment
    • dcent-biometric-sdk-android
      • Setup
      • Initialize
      • Device & Accrouts Info
      • Address & XPUB
      • Bitcoin
      • Ethereum & EVM compatible
      • Klaytn
      • XRPL
      • Binance
      • Stellar
      • Tron
      • Cardano
      • Hedera
      • Stacks
      • Solana
      • Conflux
      • Polkadot
      • Cosmos
      • Tezos
      • Vechain
      • Near
      • Havah
      • Algorand
    • dcent-biometric-sdk-ios
      • Setup
      • Initialize
      • Device & Accrouts Info
      • Address & XPUB
      • Bitcoin
      • Ethereum & EVM compatible
      • Klaytn
      • XRPL
      • Binance
      • Stellar
      • Tron
      • Cardano
      • Hedera
      • Stacks
      • Solana
      • Conflux
      • Polkadot
      • Cosmos
      • Tezos
      • Vechain
      • Near
      • Havah
      • Algorand
  • D'CENT Integrated Packages
    • Web3Modal
    • web3-onboard
  • Misc.
    • Logo & Brand Guideline
Powered by GitBook
On this page
  • Download Mobile App
  • Enable Testnet
  • Debugging Environment
  • Create Account
  • Injected providers
  • EVM compatible networks
  • Klaytn network
  • Tron network

Was this helpful?

  1. In-app browser (dapp browser)

Getting Started

How to integrate dapps with D'CENT in-app browser by interacting with D'CENT wallet's injected provider

PreviousHow to Connect Your DApp to D’CENT Mobile AppNextEVM compatible networks

Last updated 3 years ago

Was this helpful?

D'CENT mobile app has a dapp browser(a.k.a in-app browser). You can find the dapp browser in the "discovery" tab on D'CENT mobile app.

This document describes how your dapp interacts with D'CENT wallet's dapp browser.

Download Mobile App

In order to develop on the D'CENT wallet, the first thing you have to do is to install D'CENT mobile app.

  • Android App Download :

  • iOS App Download :

Enable Testnet

If you want to develop on the testnet environment, you can enable testnet mode on the mobile app.

  • "Setting" tab -> "Enable testnet"

Debugging Environment

Debugging feature is under development. When this feature is available, you can inspect the console log through WebView Inspector of Chrome (for Android) or Safari (for iOS). If you are facing a trouble during your integration, please contact us via email.

  • contact email address : contact@iotrust.kr

Create Account

Before using in-app browser, you have to create an account. Note that some accounts are created by default during the app initialization. For example, if your dapp is based on Ethereum, you have to have an ethereum account.

Here is the guidance on how to create an account.

Injected providers

There are 3 kinds of providers to be injected on the in-app browser.

Network

provider name

EVM compatible networks

(Ethereum, BSC, Polygon, RSK etc.)

window.ethereum

Klaytn network

window.klaytn

window.caver

Tron network

window.tronWeb

window.sunWeb

EVM compatible networks

If your dapp is based on EVM compatible network, please see the section below.

Klaytn network

If your dapp is based on Klaytn network, please see the section below.

Tron network

If your dapp is based on Tron network, please see the section below.

User Guide :

https://play.google.com/store/apps/details?id=com.kr.iotrust.dcent.wallet
https://apps.apple.com/kr/app/dcent-hardware-wallet/id1447206611
https://userguide.dcentwallet.com/mobile-app/create-account
EVM compatible networks
Klaytn network
Tron network