rust-bitcoin-unsafe-fast/examples
Tobin Harding 6967c0ed6f Add psbt example
Add an example PSBT workflow. The workflow we simulate is that of a
setup using a watch-only online wallet (contains only public keys) and a
cold-storage wallet (contains the private keys).

We create and update a PSBT using the watch-only wallet then pass the
PSBT to the cold-storage wallet to sign.

Co-authored-by: Dan Gould <d@ngould.dev>
2022-07-19 10:59:48 +10:00
..
bip32.rs improve example: take hex-encoded seed instead of WIF in bip32 example 2022-01-10 06:59:49 +07:00
ecdsa-psbt.rs Add psbt example 2022-07-19 10:59:48 +10:00
handshake.rs Deprecate StreamReader 2021-12-31 10:44:14 +01:00