You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: libs/ledgerjs/README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ Welcome to Ledger's JavaScript libraries.
22
22
23
23
> The _hw-transport_ libraries implement communication protocol for our [hardware wallet devices](https://www.ledger.com/) (Ledger Nano / Ledger Nano S / Ledger Nano X / Ledger Blue) in many platforms: **Web, Node, Electron, React Native,...** and using many different communication channels: **U2F, HID, WebUSB, Bluetooth,...**
@@ -69,7 +69,6 @@ Summary of implementations available per platform
69
69
-[](https://www.npmjs.com/package/@ledgerhq/hw-transport-node-hid)[@ledgerhq/hw-transport-node-hid](./packages/hw-transport-node-hid)**[Node]**/Electron **(HID)** – historical implementation – uses `node-hid` and `usb`.
70
70
-[](https://www.npmjs.com/package/@ledgerhq/hw-transport-node-hid-noevents)[@ledgerhq/hw-transport-node-hid-noevents](./packages/hw-transport-node-hid-noevents)**[Node]**/Electron **(HID)** – uses **only**`node-hid`. Does not provide USB events.
71
71
-[](https://www.npmjs.com/package/@ledgerhq/hw-transport-node-hid-singleton)[@ledgerhq/hw-transport-node-hid-singleton](./packages/hw-transport-node-hid-singleton)**[Node]**/Electron **(HID)** – uses `node-hid` and `node-usb`. Focus on supporting one device at a time (potentially will have more robust events and less blocking cases)
0 commit comments