# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-cli-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
