dcent-web-connector
Last updated
Was this helpful?
Last updated
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
.
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
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.
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.
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.
You can find the example web page source code here.
You can get an address or XPUB for a specific private key with the APIs below.
You can find the APIs to generate signature for Ethereum, EVM compatible network.
You can find the APIs to generate signature for Klaytn network.
You can find the APIs to generate signature for Bitcoin and Bitcoin compatible network.
You can find the APIs to generate signature for XRPL transactions.
You can find the APIs to generate signature for Hedera transactions.
You can find the APIs to generate signature for Tron transactions.
You can find the APIs to generate signature for Stellar transactions.
You can find the APIs to generate signature for Tezos transactions.
You can find the APIs to generate signature for Vechain transactions.
You can find the APIs to generate signature for Near & Near Token transactions.
You can find the APIs to generate signature for Havah transactions.
You can find the APIs to generate signature for Polkadot transactions.
You can find the APIs to generate signature for Cosmos and Cosmos compatible network.
You can find the APIs to generate signature for Polkadot parachain network.