Skip to main content

Getting Started

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

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

Download Mobile App

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

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

Providers are injected on the in-app browser per network. Follow the integration guide for the network your dapp is based on.

Networkprovider nameIntegration guide

EVM compatible networks

(Ethereum, BSC, Polygon, RSK etc.)

window.ethereumEVM compatible networks
Kaia network (formerly Klaytn)

window.klaytn

window.caver

Kaia network
XRPL networkwindow.xrplXRPL network
Stellar networkwindow.freighterApiStellar network