# dcent-cli-connector

This package is command line interface for connecting to D'CENT biometric wallet.\
`dcent-cli-connector` is modules for easy integration of D'CENT into 3rd party services.

* repository : <https://github.com/DcentWallet/dcent-cli-connector>

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

## D'CENT CLI SDK Integration Guide

### Version History

<table><thead><tr><th width="150">version</th><th width="150">date</th><th width="447.1610797982794">modification</th></tr></thead><tbody><tr><td>v0.1.3-beta</td><td>2023.02.23</td><td>Improved stability</td></tr><tr><td>v0.1.2-beta</td><td>2022.01.13</td><td>add &#x26; modify documents</td></tr><tr><td>v0.1.0-beta</td><td>2022.01.13</td><td>First version of D'CENT CLI SDK connector release</td></tr></tbody></table>

### Introduction

D'CENT CLI SDK allows your console application to quickly create an wallet application using D'CENT biometric wallet.  This guid explanins how to install D'CENT CLI SDK and use the SDK for your wallet application.&#x20;

### Packages

D'CENT CLI SDK includes:

* doc : Integration guide and API documentation of DCENT CLI SDK.
* dist : DCENT CLI SDK library file.

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

* <https://github.com/DcentWallet/dcent-cli-connector>

### Example code

You can find the example web page source code here.

* <https://github.com/DcentWallet/dcent-cli-connector/tree/master/sample>
