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

6.29.6 • Public • Published

GitHub, Ledger Devs Discord, Developer Portal

@ledgerhq/hw-app-cosmos

Ledger Hardware Wallet Cosmos JavaScript bindings.


Are you adding Ledger support to your software wallet?

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

Cosmos

Cosmos API

Parameters

  • transport Transport
  • scrambleKey string (optional, default APP_KEY)

Examples

import Cosmos from "@ledgerhq/hw-app-cosmos";
const cosmos = new Cosmos(transport)

getAddress

get Cosmos address for a given BIP 32 path.

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

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

Package Sidebar

Install

npm i @ledgerhq/hw-app-cosmos

Weekly Downloads

2,939

Version

6.29.6

License

Apache-2.0

Unpacked Size

56.8 kB

Total Files

18

Last publish

Collaborators

  • thomas.coudray
  • ldg-github-ci
  • aboissiere
  • vbouzon
  • gbrahm-ledger
  • sergii-shkolin
  • phenry-ledger