You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@celo/hw-app-eth

Package Overview
Dependencies
Maintainers
8
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/hw-app-eth

Ledger Hardware Wallet Ethereum Application API

1.0.1
latest
Source
npmnpm
Version published
Maintainers
8
Created
Source

@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

Keywords

Ledger

FAQs

Package last updated on 13 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts