npm.io
1.1.27-alpha.5 • Published 22h ago

@unionkeyhq/hd-ble-sdk

Licence
ISC
Version
1.1.27-alpha.5
Deps
3
Size
28 kB
Vulns
0
Weekly
0

@unionkeyhq/hd-ble-sdk

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

Installation

Install library as npm module:

npm install @unionkeyhq/hd-ble-sdk

or

yarn add @unionkeyhq/hd-ble-sdk

Initialization

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

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

Docs

Documentation is available hardware-js-sdk

Examples

// TODO: add example url