GitHub, Ledger Devs Discord, Developer Portal
Ledger Hardware Wallet Algorand JavaScript bindings.
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.
Algorand API
-
transport
Transport
import Algorand from "@ledgerhq/hw-app-algorand";
const algo = new Algorand(transport)
get Algorant address for a given BIP 32 path.
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