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
  • Dynamic Link Format
  • network list
  • Testnet Enabling
  • Example Dynamic Link

Was this helpful?

  1. Dynamic Link

Dynamic Link to In-app Browser

How to create Dynamic Link to open dapp on the in-app browser

PreviousTron networkNextEIP-681 : Transaction/Payment Request

Last updated 1 year ago

Was this helpful?

D'CENT mobile app has Dynamic Link feature. You can make it easy for users to connect to the D'CENT mobile app's in-app browser by using Dynamic Link.

Dynamic Link Format

D'CENT wallet's Dynamic Link consists of a base URL and parameters. There are url of the dapp and network as parameters.

  • Dynamic Link Base URL :

url parameter is encoded URI component and network parameter indicates which network the dapp is based on.

You can see the code below how to create Dynamic Link.

const linkUrl = encodeURIComponent("url-of-the-dapp")
const network = 'ethereum-mainnet'
const deepLink = "https://link.dcentwallet.com/DAppBrowser/?url=" + linkUrl + "&network=" + network

network list

network parameter

Network

ethereum-mainnet

Ethereum Mainnet

ethereum-ropsten

Ethereum Tesnet Ropsten

ethereum-rinkeby

Ethereum Testnet Rinkeby

ethereum-goerli

Ethereum Testnet Goerli

ethereum-kovan

Ethereum Testnet Kovan

bsc-mainnet

Binance Smart Chain Mainnet

bsc-testnet

Binance Smart Chain Testnet

polygon-mainnet

Polygon Mainnet

polygon-mumbai

Polygon Testnet Mumbai

rsk-mainnet

RSK Mainnet

rsk-testnet

RSK Testnet

flare-coston

Flare Testnet Coston

klaytn-mainnet

Klaytn Mainnet

klaytn-baobab

Klaytn Testnet Baobab

tron-mainnet

Tron Mainnet

tron-shasta

Tron Testnet Shasta

heco-mainnet

HECO Chain Mainnet

xdai-mainnet

xDai Chain Mainnet

ftm-mainnet

Fantom Mainnet Opera

xdc-mainnet

XinFin Network Mainnet

celo-mainnet

Celo Mainnet

kcc-mainnet

KCC Mainnet

avalanche-mainnet

Avalanche C-Chain Mainnet

arbitrum-mainnet

Arbitrum Mainnet

arbitrum-testnet

Arbitrum Testnet Rinkeby

boba-mainnet

BOBA L2 Mainnet

oec-mainnet

OEC Mainnet

HARMONY-mainnet

HARMONY Mainner

HARMONY-mainnet

HARMONY Testnet

Orbit

Orbit Chain

Orbit-testnet

Orbit Chain

klaytn-evm-mainnet

Klaytn(EVM) Mainnet

Oasys

Oasys Games

Optimism

Optimism Mainnet

MEVerse

MEVerse

BASE

BASE

BASE-Goerli

BASE Goerli Testnet

ethereum-sepolia

Ethereum Sepolia Testnet

kroma

Kroma Mainnet

kroma-sepolia

Kroma Sepolia Testnet

astar

Astar (EVM) Mainnet

Testnet Enabling

If the network parameter is set as testnet, it will only work if the "enabled testnet" setting is turned on.

Example Dynamic Link

Here are example Dynamic Links for your reference. Just click the link in the mobile environment to understand how it works.

UniSwap :

PancakeSwap :

KlaySwap :

https://link.dcentwallet.com/DAppBrowser/
https://link.dcentwallet.com/DAppBrowser/?url=https%3A%2F%2Fapp.uniswap.org%2F&network=ethereum-mainnet
https://link.dcentwallet.com/DAppBrowser/?url=https%3A%2F%2Fpancakeswap.finance%2F&network=bsc-mainnet
https://link.dcentwallet.com/DAppBrowser/?url=https%3A%2F%2Fklayswap.com%2F&network=klaytn-mainnet