bitcoindevkit / bdk-reserves

Proof-of-reserves for bitcoin-dev-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BDK-RESERVES


Proof of reserves for Bitcoin dev kit

Crate Info MIT or Apache-2.0 Licensed CI Status API Docs Rustc Version 1.63.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.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

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.

About

Proof-of-reserves for bitcoin-dev-kit

License:Other


Languages

Language:Rust 90.2%Language:Makefile 7.3%Language:Dockerfile 2.5%