dcent-web-connector

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.

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

versiondatemodification

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

Configurations

Hardware wallet device and accounts info.

Device & Accounts Info.

Address & XPUB

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

Address & XPUB

Ethereum & EVM compatible network

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

Ethereum & EVM compatible

Klaytn

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

Klaytn

Bitcoin & Bitcoin compatible network

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

Bitcoin

XRPL (XRP Ledger)

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

XRPL (XRP Ledger)

Hedera (HBAR & HTS)

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

Hedera (HBAR & HTS)

Tron (TRX & TRC20)

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

Tron (TRX & TRC20)

Stellar

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

Stellar

Tezos

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

Tezos (XTZ & XTZ_FA)

Vechain

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

Vechain

Near (NEAR & Near Token)

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

Near (NEAR & Near Token)

Havah

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

Havah

Polkadot

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

Polkadot

Cosmos & Cosmos compatible network

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

Cosmos & Cosmos compatible network

Polkadot Parchain network

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

Last updated