Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 719 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 719 Bytes

@onekeyfe/hd-core

@onekeyfe/hd-core is a platform for easy integration of OneKey hardware into 3rd party services. This library provides the core processes and APIs for communicating with OneKey hardware.

This library is not environment specific, if you want to use a specific SDK, please refer to the SDK for each environment.

Installation

Install library as npm module:

npm install @onekeyfe/hd-core

or

yarn add @onekeyfe/hd-core

Initialization

import Core from '@onekeyfe/hd-core';

Docs

Documentation is available hardware-js-sdk

Examples

// TODO: add example url