Skip to content

Commit 022a8d7

Browse files
committed
doc(README): add coveralls badge
1 parent 6b0bb86 commit 022a8d7

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# `bdk-sp`
22

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+
<p>
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+
</p>
11+
</div>
12+
313
> [!WARNING]
414
> Work in progress. Not recommended for use with bitcoin mainnet.
515
6-
This is an experimental crate to research the implementation of silent payment
7-
tools in BDK.
8-
916
![execution flow enabled by this crate](../media/sp_flow.gif?raw=true)
1017

1118
This is a second iteration of the work initiated in [rust-bip352].

0 commit comments

Comments
 (0)