rust-hwi icon indicating copy to clipboard operation
rust-hwi copied to clipboard

Rust wrapper for the Bitcoin Core Hardware Wallet Interface

Results 15 rust-hwi issues
Sort by recently updated
recently updated
newest added

partially fixes https://github.com/bitcoindevkit/bdk/issues/1422

This is not a merge candidate, just for testing the current bitcoin release candidate. Test the latest bitcoin release candidate. Includes bumping the version numbers so we can use this...

Upgrading `rust-bitcoin` in `bdk` (https://github.com/bitcoindevkit/bdk/pull/1177) needs a new release of `hwi` please.

Adds the missing prompt_pin and send_pin commands mentioned [here](https://github.com/bitcoindevkit/rust-hwi/issues/7) (backup appears to have already been implemented FYI). Adding these commands required some refactoring- They need to be called on an...

An attempt to add Coldcard simulator. Notes: - Pulls ~10 GB of source code. Unfortunately, adding `--shallow-submodules` was failing on one of the repositories. - Whole docker image is ~14...

Ideally there is a way to use hardware wallets on bdk for a desktop app that does not involve having the end user install rust-hwi python dependencies and run the...

The types in this library use a prefix `HWI` which makes them stutter if used with the full path (eg. `hwi::HWIAddress`). We could simplify the path and make the code...

If #76 merges then we can use the more terse `Psbt` type, available in `rust-bitcoin` v0.30.0

Hey, I apologize for cluttering the issues but this just popped up on my github home feed. Quick question: since this is written in Rust and Rust can be compiled...

At the moment, this crate only supports some HWI commands. We are missing: Optional arguments: - [x] `--debug` (#23) - [x] `--version` - [ ] `--interactive` - [x] `--expert` Commands:...

good first issue