@quais/hardware-wallets
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Hardware Wallets

This is still very experimental.

I only have 1 ledger nano, and testing is done locally (CirlceCI doesn't have ledgers plugged in ;)).

API

import { LedgerSigner } from "@quais/hardware-wallets";
const signer = new LedgerSigner(provider, type, path);
// By default:
//   - in node, type = "hid"
//   - path is the default Ethereum path (i.e.  `m/44'/60'/0'/0/0`)

License

All quais 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.

Readme

Keywords

Package Sidebar

Install

npm i @quais/hardware-wallets

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

44.9 kB

Total Files

46

Last publish

Collaborators

  • quais