@1tokenfe/hd-ble-sdk
v1.1.15
Published
`@1tokenfe/hd-ble-sdk` is a library provided for mobild client. Its dependency on `@1tokenfe/hd-transport-react-native`. We recommend using this libarary in ReactNative applications.
Readme
@1tokenfe/hd-ble-sdk
@1tokenfe/hd-ble-sdk is a library provided for mobild client. Its dependency on @1tokenfe/hd-transport-react-native. We recommend using this libarary in ReactNative applications.
Installation
Install library as npm module:
npm install @1tokenfe/hd-ble-sdkor
yarn add @1tokenfe/hd-ble-sdkInitialization
import HardwareSDK from '@1tokenfe/hd-ble-sdk';
function init() {
HardwareSDK.init({
debug: false,
});
}Docs
Documentation is available hardware-js-sdk
Examples
// TODO: add example url
