22 releases (breaking)

0.28.1 Dec 12, 2023
0.28.0 Aug 7, 2023
0.27.1 Mar 6, 2023
0.25.0 Dec 14, 2022
0.13.0 Oct 29, 2021

#1635 in Magic Beans

Download history 14/week @ 2024-02-11 55/week @ 2024-02-18 40/week @ 2024-02-25 5/week @ 2024-03-10 218/week @ 2024-03-31

223 downloads per month
Used in bdk-cli

MIT/Apache

39KB
436 lines

BDK-RESERVES


Proof of reserves for Bitcoin dev kit

Crate Info MIT or Apache-2.0 Licensed CI Status API Docs Rustc Version 1.57.0+ Chat on Discord

Project Homepage | Documentation

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

at your option.

Minimum Supported Rust Version (MSRV)

This library should always compile with Rust 1.57.0.

To build with the MSRV you will need to pin the below dependencies:

# log versions at 0.4.19+ have MSRV 1.60.0
cargo update -p log:0.4.19 --precise 0.4.18
# tempfile versions at 3.7.0+ have MSRV 1.63.0
cargo update -p tempfile --precise 3.6.0

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

~23MB
~313K SLoC