How to use the @ledgerhq/hw-app-eth/lib/Eth function in @ledgerhq/hw-app-eth

To help you get started, weā€™ve selected a few @ledgerhq/hw-app-eth 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 Synthetixio / synthetix-js / lib / signers / ledgerSigner.js View on Github external
.then(transport => {
        transport.on('disconnect', () => {
          this.eth = null;
        });
        this.eth = new Eth(transport);
      })
      .catch(err => {

@ledgerhq/hw-app-eth

Ledger Hardware Wallet Ethereum Application API

MIT
Latest version published 19 days ago

Package Health Score

90 / 100
Full package analysis