How to use the @ledgerhq/hw-transport-webhid.create function in @ledgerhq/hw-transport-webhid

To help you get started, weā€™ve selected a few @ledgerhq/hw-transport-webhid examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github LedgerHQ / ledger-live-common / tools / src / live-common-setup.js View on Github external
open: (id: string): ?Promise<*> => {
    if (id.startsWith("webhid")) {
      return TransportWebHID.create();
    }
    return null;
  },

@ledgerhq/hw-transport-webhid

Ledger Hardware Wallet WebHID implementation of the communication layer

MIT
Latest version published 7 days ago

Package Health Score

90 / 100
Full package analysis

Popular @ledgerhq/hw-transport-webhid functions