JSPM

@ledgerhq/hw-transport-webusb

4.35.1-beta.28+0f83986
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 80783
  • Score
    100M100P100Q195161F
  • License Apache-2.0

Ledger Hardware Wallet WebUSB implementation of the communication layer

Package Exports

  • @ledgerhq/hw-transport-webusb

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ledgerhq/hw-transport-webusb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Github, API Doc, Ledger Devs Slack

@ledgerhq/hw-transport-webusb

Allows to communicate with Ledger Hardware Wallets.

[Web] (WebUSB) – WebUSB check browser support.

API

Table of Contents

TransportWebUSB

Extends Transport

WebUSB Transport implementation

Parameters

  • device USBDevice

Examples

import TransportWebUSB from "@ledgerhq/hw-transport-webusb";
...
TransportWebUSB.create().then(transport => ...)