Setup
Description
This package contains the core of the Device Management Kit. It provides a simple interface to handle Ledger devices and features the Device Management Kit’s entry points, classes, types, structures, and models.
Installation
To install the dmk package, run the following command:
npm install @ledgerhq/device-management-kit
Usage
Compatibility
This library works in any browser supporting the WebHID API.
Pre-requisites
Some of the APIs exposed return objects of type Observable
from RxJS. Ensure you are familiar with the basics of the Observer pattern and RxJS before using the DMK. You can refer to RxJS documentation for more information.