Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 1.92 KB

hardware-integration-developer.md

File metadata and controls

62 lines (32 loc) · 1.92 KB
description
Third-Party Wallet and App Developer

Hardware Integration Developer

Intro

  • If you want to connect hardware, please use our SDK.
  • If you want to connect to the software, we support WalletConnect Deeplink method to connect.

Integrated via USB or Bluetooth

Connect OneKey hardware via Bluetooth or usb.

Online debugging tool

Step 1: Install bridge

The web terminal can communicate with hardware only after a hardware bridge is installed.

Install Hardware Bridge

Setp 2: Debug

You can use a USB connection to the device for debugging APIs.

Expo Example Demo

Integrated Hardware SDK

Offer a hardware SDK to support various applications connecting to OneKey hardware. Supports multiple programming languages.

The specific steps for integrating the SDK.

{% content-ref url="../connect-to-hardware/hardware-sdk/started.md" %} started.md {% endcontent-ref %}

Integrated via Air Gap

Air Gap is a communication model based on QR codes that ensures an air-gapped transaction.

{% content-ref url="../connect-to-hardware/air-gap-sdk/started.md" %} started.md {% endcontent-ref %}

WalletConnect Integration

We support WalletConnect Deeplink, enabling you to directly connect to OneKey via a deeplink, and then communicate with the blockchain through OneKey.

  • The OneKey mobile client (iOS, Android) supports the WalletConnect DeepLink connection method.
  • The premise is that the OneKey client is installed on the user's mobile phone,
  • Your App can connect to the OneKey mobile client through WalletConnect's DeepLink, for details refer to the Demo and related WalletConnect DeepLink documentation.