We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0bb86 commit 022a8d7Copy full SHA for 022a8d7
1 file changed
README.md
@@ -1,11 +1,18 @@
1
# `bdk-sp`
2
3
+<div align="center">
4
+ <p>
5
+ <strong>An experimental crate to research the implementation of silent payment tools in BDK.</strong>
6
+ </p>
7
+
8
9
+ <a href="https://coveralls.io/github/bitcoindevkit/bdk-sp?branch=master"><img src="https://coveralls.io/repos/github/bitcoindevkit/bdk-sp/badge.svg?branch=master"/></a>
10
11
+</div>
12
13
> [!WARNING]
14
> Work in progress. Not recommended for use with bitcoin mainnet.
15
-This is an experimental crate to research the implementation of silent payment
-tools in BDK.
-
16

17
18
This is a second iteration of the work initiated in [rust-bip352].
0 commit comments