This package provides a basic Rust tooling to build and sign transactions using the Crypto App running in a Ledger Nano S/X devices
- Install rust using the instructions here
- To build run:
cargo build
To run the tests
- Initialize your device with the test mnemonic. More info here
- run tests using:
cargo test --all