dcent-web-connector
This package is for connecting WEB and DCENT biometric wallet.
dcent-web-connector is a module for easy integration of DCENT into 3rd party services.
- repository : https://github.com/DcentWallet/dcent-web-connector
If you need more features for dcent-web-connector, please feel free to contact us through contact@iotrust.kr.
DCENT 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 & Cosmos & 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 DCENT Web SDK connector release |
Introduction
DCENT Web SDK allows your web application to quickly create a wallet application using DCENT 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 DCENT Web SDK structure.

When the function is called, if the DCENT 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
DCENT 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 DCENT 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.