Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 607 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 607 Bytes

Solana Ledger utilities

TypeScript ledger utilities for Solana, mainly targeted to be used in CLI nodejs applications.

For more see ledger-utils/README.

Development

After cloning the repository

pnpm install

# building the library under build/ directory
pnpm build

# running tests
# there is no tests for real usage of Ledger HW wallet
# using some mock is more about a TODO (feel free to contribute)
pnpm test

To publish a new version