Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichard committed Dec 12, 2023
1 parent fba188c commit 41b9cde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bdk-reserves"
version = "0.28.0"
authors = ["Richard Ulrich <richard.ulrich@seba.swiss>"]
authors = ["Richard Ulrich <richard.ulrich@aminagroup.com>"]
edition = "2018"
description = "Proof of reserves for bitcoin dev kit"
keywords = ["proof", "reserves", "bitcoin", "psbt"]
Expand All @@ -20,4 +20,4 @@ bdk-testutils = "^0.4"
bdk = { version = "0.28", default-features = true }
electrsd = { version = "0.21", features = ["bitcoind_22_0", "electrs_0_9_1"] }
# base64ct versions at 1.6.0 and higher have MSRV 1.60.0
base64ct = { version = "<1.6.0", features = ["alloc"] }
base64ct = { version = "<1.6.0", features = ["alloc"] }
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<img src="./static/bdk.png" width="220" />
<br>
<a href="https://seba.swiss"><img src="./static/seba-bank-logo-bank-lange-green-ohne-tagline.png" width="250" /></a>
<a href="https://www.aminagroup.com"><img src="./static/amina_logo.png" width="250" /></a>

<p>
<strong>Proof of reserves for Bitcoin dev kit</strong>
Expand Down Expand Up @@ -34,7 +34,7 @@ The `bdk-reserves` library provides an implementation of `proof-of-reserves` for
* The implementation was inspired by <a href="https://github.com/bitcoin/bips/blob/master/bip-0127.mediawiki">BIP-0127</a> and <a href="https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki">BIP-0322</a>.

## Sponsorship
The implementation of <b>bdk-reserves</b> was sponsored by <a href="https://seba.swiss">SEBA Bank</a>.
The implementation of <b>bdk-reserves</b> was sponsored by <a href="https://www.aminagroup.com">AMINA Bank</a>.


## License
Expand Down
Binary file added static/amina_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 41b9cde

Please sign in to comment.