D'CENT developer guide
Official siteUser GuideBlogTwitter
  • Introduction
  • How to Connect Your DApp to D’CENT Mobile App
  • In-app browser (dapp browser)
    • Getting Started
    • EVM compatible networks
    • Klaytn network
    • Tron network
  • Dynamic Link
    • Dynamic Link to In-app Browser
    • EIP-681 : Transaction/Payment Request
  • D'CENT WalletConnect (DWC)
    • Introduction
    • Packages
    • D'CENT WalletConnect
    • Test Environment
    • WalletConnect monorepo
  • Collectibles
    • NFT list on Collectibles tab
  • D'CENT biometric wallet for PC
    • D'CENT SDK for PC Environment
    • dcent-web-connector
      • Configurations
      • Device & Accounts Info.
      • Address & XPUB
      • Ethereum & EVM compatible
      • Klaytn
      • Bitcoin
      • XRPL (XRP Ledger)
      • Hedera (HBAR & HTS)
      • Tron (TRX & TRC20)
      • Stellar
      • Tezos (XTZ & XTZ_FA)
      • Vechain
      • Near (NEAR & Near Token)
      • Havah
      • Polkadot
      • Polkadot Parachain
      • Cosmos & Cosmos compatible network
      • Algorand
    • dcent-cli-connector
      • Configurations
      • Device & Accounts Info.
      • Address & XPUB
      • Ethereum & EVM compatible
      • Hedera (HBAR & HTS)
    • dcent-provider
  • D'CENT BIOMETRIC WALLET FOR Mobile
    • D'CENT SDK for Mobile Environment
    • dcent-biometric-sdk-android
      • Setup
      • Initialize
      • Device & Accrouts Info
      • Address & XPUB
      • Bitcoin
      • Ethereum & EVM compatible
      • Klaytn
      • XRPL
      • Binance
      • Stellar
      • Tron
      • Cardano
      • Hedera
      • Stacks
      • Solana
      • Conflux
      • Polkadot
      • Cosmos
      • Tezos
      • Vechain
      • Near
      • Havah
      • Algorand
    • dcent-biometric-sdk-ios
      • Setup
      • Initialize
      • Device & Accrouts Info
      • Address & XPUB
      • Bitcoin
      • Ethereum & EVM compatible
      • Klaytn
      • XRPL
      • Binance
      • Stellar
      • Tron
      • Cardano
      • Hedera
      • Stacks
      • Solana
      • Conflux
      • Polkadot
      • Cosmos
      • Tezos
      • Vechain
      • Near
      • Havah
      • Algorand
  • D'CENT Integrated Packages
    • Web3Modal
    • web3-onboard
  • Misc.
    • Logo & Brand Guideline
Powered by GitBook
On this page
  • D'CENT CLI SDK Integration Guide
  • Version History
  • Introduction
  • Packages
  • Example code

Was this helpful?

  1. D'CENT biometric wallet for PC

dcent-cli-connector

PreviousAlgorandNextConfigurations

Last updated 2 years ago

Was this helpful?

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 :

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

version
date
modification

v0.1.3-beta

2023.02.23

Improved stability

v0.1.2-beta

2022.01.13

add & modify documents

v0.1.0-beta

2022.01.13

First version of D'CENT CLI SDK connector release

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.

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.

Example code

You can find the example web page source code here.

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