New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ledgerhq/hw-app-tezos

Package Overview
Dependencies
Maintainers
0
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-app-tezos

Ledger Hardware Wallet Tezos Application API

6.29.4
latest
Source
npm
Version published
Maintainers
0
Created
Source

GitHub, Ledger Devs Discord, Developer Portal

@ledgerhq/hw-app-tezos

Ledger Hardware Wallet Tezos JavaScript bindings.

Are you adding Ledger support to your software wallet?

You may be using this package to communicate with the Tezos Nano App.

For a smooth and quick integration:

  • See the developers’ documentation on the Developer Portal and
  • Go on Discord to chat with developer support and the developer community.

API

Table of Contents

Tezos

Tezos API

Parameters
  • transport Transport
Examples
import Tezos from "@ledgerhq/hw-app-tezos";
const tez = new Tezos(transport)
getAddress

get Tezos address for a given BIP 32 path.

Parameters
  • path string a path in BIP 32 format, must begin with 44'/1729'
  • options {verify: boolean?, curve: Curve?, ins: number?} (optional, default {})
Examples
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

Keywords

Ledger

FAQs

Package last updated on 27 Sep 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