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
  • D'CENT Web SDK Integration Guide
  • Version History
  • Introduction
  • Architecture
  • Packages
  • Example code
  • API
  • Configuration
  • Hardware wallet device and accounts info.
  • Address & XPUB
  • Ethereum & EVM compatible network
  • Klaytn
  • Bitcoin & Bitcoin compatible network
  • XRPL (XRP Ledger)
  • Hedera (HBAR & HTS)
  • Tron (TRX & TRC20)
  • Stellar
  • Tezos
  • Vechain
  • Near (NEAR & Near Token)
  • Havah
  • Polkadot
  • Cosmos & Cosmos compatible network
  • Polkadot Parchain network

Was this helpful?

  1. D'CENT biometric wallet for PC

dcent-web-connector

PreviousD'CENT SDK for PC EnvironmentNextConfigurations

Last updated 1 year ago

Was this helpful?

This package is for connecting WEB and D'CENT biometric wallet. dcent-web-connector is modules for easy integration of D'CENT into 3rd party services.

  • repository :

if you need more features for dcent-web-connector, please feel free to contact us through contact@iotrust.kr.

D'CENT Web SDK Integration Guide

Version History

version
date
modification

v0.15.0

2023.12.13

add Parachain(Astar) transaction function

v0.14.2

2023.11.20

add Algorand transaction function

v0.14.0

2023.05.25

add Polkadot & Comsmos & Coreum & Near Token transaction functions

v0.13.1

2023.05.17

fix fee display issue

v0.13.0

2023.05.16

add Tezos & Vechain & Near & Havah transaction function

v0.12.1

2023.05.03

add support coin group for syncAccount

v0.12.0

2023.02.15

add Tron & Stellar transaction transaction functions

v0.11.2

2022.04.21

modify getEthereumSignedTransaction interface for EIP-2718

v0.11.0

2022.03.08

add interface for Hedera transaction

v0.10.5

2021.12.23

support sign data function

v0.10.4

2021.05.06

add Select address function

v0.10.3

2021.03.15

add XDC transaction function

v0.10.1

2020.11.30

modify description for Ripple full transaction

v0.10.0

2020.09.28

add interface for Ripple full transaction

v0.9.0

2020.06.22

add interface for BITCOIN transaction

v0.8.0

2020.06.05

add 'getSignedMessage' function

v0.7.0-beta

2019.05.07

add KLAYTN transaction function

v0.6.2-beta

2019.04.07

First version of D'CENT Web SDK connector release

Introduction

D'CENT Web SDK allows your web application to quickly create an wallet application using D'CENT biometric wallet. This guide explains how to install DCENT Web SDK and use the SDK for your web wallet application.

Architecture

The figure below is a D'CENT Web SDK structure.

When the functions is called, if the D'CENT Bridge Service is not running as a popup, the popup window is automatically opened internally and a request to process the function is transmitted.

Packages

D'CENT Web SDK includes:

  • doc : Integration guide and API documentation of DCENT Web SDK.

  • src : DCENT Web SDK library file.

You can find the full source code of D'CENT Web SDK here.

Example code

You can find the example web page source code here.

API

Configuration

Hardware wallet device and accounts info.

Address & XPUB

You can get an address or XPUB for a specific private key with the APIs below.

Ethereum & EVM compatible network

You can find the APIs to generate signature for Ethereum, EVM compatible network.

Klaytn

You can find the APIs to generate signature for Klaytn network.

Bitcoin & Bitcoin compatible network

You can find the APIs to generate signature for Bitcoin and Bitcoin compatible network.

XRPL (XRP Ledger)

You can find the APIs to generate signature for XRPL transactions.

Hedera (HBAR & HTS)

You can find the APIs to generate signature for Hedera transactions.

Tron (TRX & TRC20)

You can find the APIs to generate signature for Tron transactions.

Stellar

You can find the APIs to generate signature for Stellar transactions.

Tezos

You can find the APIs to generate signature for Tezos transactions.

Vechain

You can find the APIs to generate signature for Vechain transactions.

Near (NEAR & Near Token)

You can find the APIs to generate signature for Near & Near Token transactions.

Havah

You can find the APIs to generate signature for Havah transactions.

Polkadot

You can find the APIs to generate signature for Polkadot transactions.

Cosmos & Cosmos compatible network

You can find the APIs to generate signature for Cosmos and Cosmos compatible network.

Polkadot Parchain network

You can find the APIs to generate signature for Polkadot parachain network.

https://github.com/DcentWallet/dcent-web-connector
https://github.com/DcentWallet/dcent-web-connector/
https://github.com/DcentWallet/dcent-web-connector/blob/master/index.html
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
Cosmos & Cosmos compatible network