Gathering detailed insights and metrics for @ledgerhq/hw-http-proxy-devserver
Gathering detailed insights and metrics for @ledgerhq/hw-http-proxy-devserver
Gathering detailed insights and metrics for @ledgerhq/hw-http-proxy-devserver
Gathering detailed insights and metrics for @ledgerhq/hw-http-proxy-devserver
⛔️ MOVED to monorepo "ledger-live"
npm install @ledgerhq/hw-http-proxy-devserver
Typescript
Module System
Node Version
NPM Version
TypeScript (92.95%)
JavaScript (4.66%)
Java (2.33%)
Shell (0.06%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
572 Stars
1,725 Commits
375 Forks
90 Watchers
35 Branches
407 Contributors
Updated on Jun 10, 2025
Latest Version
5.0.0
Package Id
@ledgerhq/hw-http-proxy-devserver@5.0.0
Unpacked Size
48.37 kB
Size
11.99 kB
File Count
9
NPM Version
lerna/3.19.0/node@v12.13.1+x64 (darwin)
Node Version
12.13.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
7
1
Proxy a Ledger device plugged in USB over HTTP / WebSocket.
ledger-hw-http-proxy-devserver
command@ledgerhq/hw-transport-http
in your code like a normal transport so you can run Legder device APDU over http.Goal: This library is meant for DEV & testing purpose only. It is not designed to be used in PROD.
Install with one of these:
1npm i -g @ledgerhq/hw-http-proxy-devserver 2yarn global add @ledgerhq/hw-http-proxy-devserver
In a console, simply run:
1ledger-hw-http-proxy-devserver
To communicate with this server, there is a dedicated Transport library. You can use it like any other Ledger transport like hw-transport-node-hid, hw-transport-u2f, ...
1import withStaticURL from "@ledgerhq/hw-transport-http"; 2 3// you can change localhost to a local IP (e.g. to use from a Phone) 4const Transport = withStaticURL("ws://localhost:8435"); 5 6// ... normal @ledgerhq/* code 7 8import AppBtc from "@ledgerhq/hw-app-btc"; 9const getBtcAddress = async () => { 10 const transport = await Transport.create(); 11 const btc = new AppBtc(transport); 12 const result = await btc.getWalletPublicKey("44'/0'/0'/0/0"); 13 return result.bitcoinAddress; 14}; 15getBtcAddress().then(a => console.log(a));
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 16/21 approved changesets -- score normalized to 7
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
60 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More