JSPM

@celo/hw-app-eth

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11479
  • Score
    100M100P100Q142656F
  • License Apache-2.0

Ledger Hardware Wallet Ethereum Application API

Package Exports

  • @celo/hw-app-eth
  • @celo/hw-app-eth/lib-es/Eth.js
  • @celo/hw-app-eth/lib/Eth.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@celo/hw-app-eth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@celo/hw-app-eth

Original readme

How to sync upstream

LEDGER_REPO=./submodules/ledger-live/libs/ledgerjs/packages/hw-app-eth

cp -R $LEDGER_REPO/src/* ./src/
  • Then double-check (AKA copypaste) the $LEDGER_REPO/package.json dependencies and devDependencies to merge them with the ones in ./package.json.
  • yarn install
  • re-apply the CIP64 logic (adjust lines) if lost. There's an example patch in cip64.patch
  • yarn build

If yarn build fails, perhaps some dependencies changed types and need to be adjusted via a patch or yarn install