3.1.1 • Published 1 year ago

@exodus/hw-common v3.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@exodus/hw-common

This package shares the commons Ledger & someday Trezor.

Architecture

flowchart LR
    A[HardwareWalletDiscovery] -->|"list()"| B(HardwareWalletDescriptor)
    B --> |"get()"| C(HardwareWalletDevice)
    C --> |"getAddress()\ngetPublicKey()\n..."| D("bc1q...wvrg")
  • HardwareWalletDiscovery: interface for device discovery
    • list() will return a list of discoved devices
  • HardwareWalletDescriptor: interface to uniquely identify a device and offers factory for HardwareWalletDevice
    • get() will return an instance of a device
  • HardwareWalletDevice: interface for common actions such as getting addresses, public keys and signing.
    • getAddress(...) for example, would get an address based on the assetName
3.1.1

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

2.5.1

1 year ago

2.5.0

1 year ago

2.4.0

1 year ago

2.3.0

1 year ago

2.2.1

1 year ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago