@onekeyfe/hd-ble-sdk
v1.0.14
Published
`@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.
Downloads
2,371
Readme
@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