Crates.io | bitcoins-ledger |
lib.rs | bitcoins-ledger |
version | 0.7.0 |
source | src |
created_at | 2021-04-04 18:29:25.190716 |
updated_at | 2022-07-06 19:37:06.469065 |
description | Ledger Nano X/S Bitcoin app utilization library |
homepage | |
repository | https://github.com/summa-tx/bitcoins-rs |
max_upload_size | |
id | 378904 |
size | 23,833 |
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