You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hwi-async crate provides a pure rust interface to various hardware signing devices. It should be possible to create a custom bdk_wallet signer using hwi-async.
Use case
It would be useful to projects using bdk_wallet to have an example that uses hwi-async as a custom wallet signer.
Additional context
The text was updated successfully, but these errors were encountered:
Hey @notmandatory ,
Here is my attempt to add the custom signer #206
Let me know if this aligns with what is required (I'm not done yet so it's DRAFT). Thanks
Describe the enhancement
The hwi-async crate provides a pure rust interface to various hardware signing devices. It should be possible to create a custom
bdk_wallet
signer usinghwi-async
.Use case
It would be useful to projects using
bdk_wallet
to have an example that useshwi-async
as a custom wallet signer.Additional context
The text was updated successfully, but these errors were encountered: