Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 676 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 676 Bytes

@onekeyfe/hd-ble-sdk

@onekeyfe/hd-ble-sdk is a library provided for mobild client. Its dependency on @onekeyfe/hd-transport-react-native. We recommend using this libarary in ReactNative applications.

Installation

Install library as npm module:

npm install @onekeyfe/hd-ble-sdk

or

yarn add @onekeyfe/hd-ble-sdk

Initialization

import HardwareSDK from '@onekeyfe/hd-ble-sdk';

function init() {
  HardwareSDK.init({
    debug: false,
  });
}

Docs

Documentation is available hardware-js-sdk

Examples

// TODO: add example url