Hardware wallets should be able to use BDK.
This will need to happen in a few steps:
I have an ugly prototype for rust-bitcoin using bare-io to polyfill std::io stuff that's missing from no_std. Going to make a draft PR shortly and get some feedback.
Hardware wallets should be able to use BDK.
This will need to happen in a few steps:
I have an ugly prototype for rust-bitcoin using bare-io to polyfill
std::iostuff that's missing fromno_std. Going to make a draft PR shortly and get some feedback.