Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ledgerhq/hw-app-algorand

Package Overview
Dependencies
Maintainers
0
Versions
179
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

  • 6.29.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
293
decreased by-30.07%
Maintainers
0
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc