Skip to content

Commit

Permalink
feat: adds doc
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Oct 10, 2024
1 parent 17468ff commit f25e1af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ This contains code abstracted out of the Use-Wallet Liquid Auth Wallet provider
This module uses pnpm, so [install it first](https://pnpm.io).

Then use `pnpm run build` to build the lib, and `pnpm run test` or `pnpm run coverage` to run vitest in trailing mode or to produce test coverage.

# NPM

This package can be found on NPM and downloaded as such:

```bash
npm i @algorandfoundation/xhd-wallet-api
```

0 comments on commit f25e1af

Please sign in to comment.