
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@ledgerhq/hw-app-tezos
Advanced tools
GitHub, Ledger Devs Discord, Developer Portal
Ledger Hardware Wallet Tezos JavaScript bindings.
You may be using this package to communicate with the Tezos Nano App.
For a smooth and quick integration:
Tezos API
transport
Transport import Tezos from "@ledgerhq/hw-app-tezos";
const tez = new Tezos(transport)
get Tezos address for a given BIP 32 path.
path
string a path in BIP 32 format, must begin with 44'/1729'options
{verify: boolean?, curve: Curve?, ins: number?} (optional, default {}
)tez.getAddress("44'/1729'/0'/0'").then(o => o.address)
tez.getAddress("44'/1729'/0'/0'", { verify: true })
Returns Promise<GetAddressResult> an object with address, publicKey
FAQs
Ledger Hardware Wallet Tezos Application API
The npm package @ledgerhq/hw-app-tezos receives a total of 508 weekly downloads. As such, @ledgerhq/hw-app-tezos popularity was classified as not popular.
We found that @ledgerhq/hw-app-tezos demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.