# `@onekeyfe/hd-common-connect-sdk`

`@onekeyfe/hd-common-connect-sdk` is a libarary that runs in the node enviroment. And communicates with transport in the normal way.

## Installation

Install library as npm module:

```javascript
npm install @onekeyfe/hd-common-connect-sdk
```

or

```javascript
yarn add @onekeyfe/hd-common-connect-sdk
```

## Initialization

```javascript
import HardwareSDK from '@onekeyfe/hd-common-connect-sdk';

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

## Docs

Documentation is available [Hardware SDK Getting Started](https://developer.onekey.so/en/hardware-sdk/getting-started)

## Examples
// TODO: add example url
