Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Fixes README typos
Browse files Browse the repository at this point in the history
- fixes references to Algorand
- fixes typo
- updates BIP 32 path
  • Loading branch information
jritchie-nullable authored Jan 26, 2022
1 parent 39ff487 commit d3736e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/hw-app-algorand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Ledger Hardware Wallet Algorand JavaScript bindings.

### Algorand

Cosmos API
Algorand API

#### Parameters

Expand All @@ -37,7 +37,7 @@ const algo = new Algorand(transport)

#### getAddress

get Algorajt address for a given BIP 32 path.
get Algorand address for a given BIP 32 path.

##### Parameters

Expand All @@ -47,7 +47,7 @@ get Algorajt address for a given BIP 32 path.
##### Examples

```javascript
cosmos.getAddress("44'/60'/0'/0/0").then(o => o.address)
algo.getAddress("44'/283'/0'/0/0").then(o => o.address)
```

Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)<{publicKey: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), address: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)}>** an object with a publicKey, address and (optionally) chainCode

0 comments on commit d3736e1

Please sign in to comment.