Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 804 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 804 Bytes

Rust library for Ledger Zcash app

License Github Actions

This package provides a basic Rust client library to communicate with the Crypto App running in a Ledger Nano S/X devices

Build

  • Install rust using the instructions here
  • To build run:
cargo build

Run Tests

To run the tests

  • Initialize your device with the test mnemonic. More info here
  • run tests using:
cargo test --all