Ledger Bitcoin App abstraction.
Windows is not yet supported.
$ sudo apt-get install libudev-dev libusb-1.0-0-dev
cargo build
browser
and node
browser
node
The node
and browser
features are mutually exclusive. You must specify
exactly one, as well as the --no-default-features
flag.
When building for non-wasm architectures, a native HID transport is compiled
in. When building wasm via wasm-pack
, you must specify whether you want the
node or browser wasm transport.
$ cargo test -- --lib
$ cargo test