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.
- Android App Download : https://play.google.com/store/apps/details?id=com.kr.iotrust.dcent.wallet
- iOS App Download : https://apps.apple.com/kr/app/dcent-hardware-wallet/id1447206611
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.
- User Guide : https://support.dcentwallet.com/getting-started
Injected providers
Providers are injected on the in-app browser per network. Follow the integration guide for the network your dapp is based on.
| Network | provider name | Integration guide |
|---|---|---|
EVM compatible networks (Ethereum, BSC, Polygon, RSK etc.) | window.ethereum | EVM compatible networks |
| Kaia network (formerly Klaytn) | window.klaytn window.caver | Kaia network |
| XRPL network | window.xrpl | XRPL network |
| Stellar network | window.freighterApi | Stellar network |