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

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.

Last updated