Skip to content

Commit 754e91c

Browse files
committed
Update README
Add a blob for the new payjoin-test-utils crate. Remove obsolete wallet examples.
1 parent 0079485 commit 754e91c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ Supercharged payment batching to save you fees and preserve your privacy.
66

77
### `payjoin`
88

9-
The Payjoin Dev Kit `payjoin` library implements both [BIP 78 Payjoin V1](https://github.com/shesek/bips/blob/master/bip-0078.mediawiki) and [BIP 77 Payjoin V2](https://github.com/bitcoin/bips/pull/1483).
10-
11-
The `payjoin` crate is compatible with many wallets like LND in [nolooking](https://github.com/chaincase-app/nolooking) and Bitcoin Dev Kit in [Mutiny Wallet](https://github.com/MutinyWallet/mutiny-node) and in [BitMask](https://github.com/diba-io/bitmask-core)
9+
The Payjoin Dev Kit `payjoin` library implements both [BIP 78 Payjoin V1](https://github.com/bitcoin/bips/blob/master/bip-0078.mediawiki) and [BIP 77 Payjoin V2](https://github.com/bitcoin/bips/pull/1483).
1210

1311
### `payjoin-cli`
1412

@@ -18,6 +16,10 @@ The [`payjoin-cli`](https://github.com/payjoin/rust-payjoin/tree/master/payjoin-
1816

1917
The [`payjoin-directory`](https://github.com/payjoin/rust-payjoin/tree/master/payjoin-directory) crate implements the Payjoin Directory store-and-forward server required for Payjoin V2's asynchronous operation.
2018

19+
### `payjoin-test-utils`
20+
21+
The [`payjoin-test-utils`](https://github.com/payjoin/rust-payjoin/tree/master/payjoin-test-utils) crate provides commonly used testing fixtures such as a local OHTTP relay and payjoin directory, bitcoind node and wallets, and official test vectors.
22+
2123
### Disclaimer ⚠️ WIP
2224

2325
**Use at your own risk. This crate has not yet been reviewed by independent Rust and Bitcoin security professionals.**

0 commit comments

Comments
 (0)