lwk_jade 0.15.0

Liquid Wallet Kit - Interact with the Blockstream Jade Hardware Wallet
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Jade

Library to interact with the [Jade](https://blockstream.com/jade/) hardware wallet.

It's available in blocking ([`Jade`]) and asynchronous ([`asyncr::Jade`]) variants.

Some of the implemented features include, unlocking the Jade, registering multisig wallets, signing PSETs.

[jade docs](https://github.com/Blockstream/Jade/blob/master/docs/index.rst)

test uses [testcontainers](https://github.com/testcontainers/testcontainers-rs) (see lwk_containers in the workspace)