https://github.com/bitcoindevkit/bdk-reserves
Proof-of-reserves for bitcoin-dev-kit
https://github.com/bitcoindevkit/bdk-reserves
Last synced: 14 days ago
JSON representation
Proof-of-reserves for bitcoin-dev-kit
- Host: GitHub
- URL: https://github.com/bitcoindevkit/bdk-reserves
- Owner: bitcoindevkit
- License: other
- Created: 2021-06-07T05:07:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T10:11:42.000Z (5 months ago)
- Last Synced: 2025-04-02T15:08:30.474Z (21 days ago)
- Language: Rust
- Size: 180 KB
- Stars: 16
- Watchers: 5
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](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:
```shell
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.