Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@ledgerhq/hw-app-algorand

Package Overview
Dependencies
Maintainers
7
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-app-algorand

Ledger Hardware Wallet Algorand Application API

Source
npmnpm
Version
6.31.7
Version published
Weekly downloads
1.2K
91.31%
Maintainers
7
Weekly downloads
 
Created
Source

GitHub, Ledger Devs Discord, Developer Portal

@ledgerhq/hw-app-algorand

Ledger Hardware Wallet Algorand JavaScript bindings.

Are you adding Ledger support to your software wallet?

You may be using this package to communicate with the Algorand 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

Algorand

Algorand API

Parameters

  • transport Transport

Examples

import Algorand from "@ledgerhq/hw-app-algorand";
const algo = new Algorand(transport)

getAddress

get Algorant address for a given BIP 32 path.

Parameters
Examples
cosmos.getAddress("44'/283'/0'/0/0").then(o => o.address)

Returns Promise<{publicKey: string, address: string}> an object with a publicKey, address and (optionally) chainCode

Keywords

Ledger

FAQs

Package last updated on 25 Sep 2025

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