@anders-t/ethers-ledger
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Ethers-Ledger

This is a fork of @ethersproject/hardware-wallets.

This only supports NodeJS, as for browsers metamask supports Ledger anyway.

Installation

npm install @anders-t/ethers-ledger

API

import { LedgerSigner } from "@anders-t/ethers-ledger";
const signer = new LedgerSigner(provider, path);
// By default:
//   - path is the default Ethereum path (i.e.  `m/44'/60'/0'/0/0`)

License

All ethers code is MIT License.

Each hardware wallet manufacturer may impose additional license requirements so please check the related abstraction libraries they provide.

All Firefly abstraction is also MIT Licensed.

Package Sidebar

Install

npm i @anders-t/ethers-ledger

Weekly Downloads

625

Version

1.0.4

License

MIT

Unpacked Size

22.9 kB

Total Files

14

Last publish

Collaborators

  • anders-t