@v-almonacid/react-native-hid

Ledger Hardware Wallet Web implementation of the communication layer, using U2F api

Usage no npm install needed!

<script type="module">
  import vAlmonacidReactNativeHid from 'https://cdn.skypack.dev/@v-almonacid/react-native-hid';
</script>

README

Github, Ledger Devs Slack

@ledgerhq/hw-transport-u2f

Allows to communicate with Ledger Hardware Wallets.

[React Native] (HID) Android – Ledger's native implementation.

API

Table of Contents

HIDTransport

Extends Transport

Ledger's React Native HID Transport implementation

Parameters

Examples

import TransportHID from "@ledgerhq/react-native-hid";
...
TransportHID.create().then(transport => ...)

exchange

Parameters
  • apdu any input value

Returns any Promise of apdu response

close

Close the transport

Returns any Promise

isSupported

Check if the transport is supported (basically true on Android)

Returns Promise<boolean>

list

List currently connected devices.

Returns any Promise of devices

listen

Listen to ledger devices events

Parameters
  • observer any

Returns any

open

Open a the transport with a Ledger device

Parameters
  • deviceObj DeviceObj