23 releases (breaking)
0.29.0 | Aug 26, 2024 |
---|---|
0.28.1 | Dec 12, 2023 |
0.28.0 | Aug 7, 2023 |
0.27.1 | Mar 6, 2023 |
0.13.0 | Oct 29, 2021 |
#9 in #psbt
125 downloads per month
Used in bdk-cli
40KB
398 lines
About
The bdk
library aims to be the core building block for Bitcoin wallets of any kind.
The bdk-reserves
library provides an implementation of proof-of-reserves
for bdk.
- It produces and validates proofs in the form of PSBT's.
- The implementation was inspired by BIP-0127 and BIP-0322.
Sponsorship
The implementation of bdk-reserves was sponsored by AMINA Bank.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Minimum Supported Rust Version (MSRV)
This library should always compile with Rust 1.63.0.
To build with the MSRV you will need to pin the below dependencies:
cargo update -p home:0.5.9 --precise 0.5.5
cargo update -p tokio:1.39.3 --precise 1.38.1
cargo update -p cc --precise 1.0.105
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~29MB
~331K SLoC