1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #1384 from weareseba/feature/bip127_BDK_proof

Added the BDK implementation for bip-0127 proof of reserves
This commit is contained in:
Luke Dashjr 2023-07-02 18:41:55 -04:00 committed by GitHub
commit bbb7aafad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,6 +219,7 @@ A work-in-progress implementation of a tool that produces and verifies proofs
in the described format can be found here: in the described format can be found here:
https://github.com/stevenroose/reserves https://github.com/stevenroose/reserves
An implementation of the custom proof PSBTs is part of the [https://bitcoindevkit.org/ BDK], and can be found here: https://crates.io/crates/bdk-reserves
== Footnotes == == Footnotes ==