@ledgerhq/hw-app-algorand
TypeScript icon, indicating that this package has built-in type declarations

6.27.19 • Public • Published

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

Package Sidebar

Install

DownloadsWeekly Downloads

1,212

Version

6.27.19

License

Apache-2.0

Unpacked Size

45.7 kB

Total Files

25

Last publish

Collaborators

  • crema-ledger
  • chrisd-ledger
  • gbrahm-ledger
  • sergii-shkolin
  • yogh
  • haammar-ledger
  • kvn-ledger
  • ofreyssinet
  • jelbaz-ledger
  • achabrolin-ledger
  • gre
  • btchip
  • meriadec
  • flocks
  • juan-cortes
  • val_pinkman
  • iammorrow
  • phenry-ledger
  • jdecussy-ledger
  • junsugiura
  • hzheng_ledger