You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: payjoin-cli/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
# payjoin-cli
1
+
# `payjoin-cli`
2
2
3
-
## A command-line payjoin client for bitcoind in rust
3
+
## A command-line payjoin client for bitcoind in Rust
4
4
5
5
The `payjoin-cli` client enables sending and receiving of [BIP 78 Payjoin V1](https://github.com/bitcoin/bips/blob/master/bip-0078.mediawiki) and [Draft BIP Payjoin V2](https://github.com/bitcoin/bips/pull/1483) transactions. By default it supports Payjoin V1, and the `v2` feature sends and receives both since the protocol is backwards compatible. The implementation is built on [Payjoin Dev Kit](https://payjoindevkit.org).
6
6
7
7
While this code and design has had significant testing, it is still alpha-quality experimental software. Use at your own risk.
8
8
Independent audit is welcome.
9
9
10
-
## Install payjoin-cli
10
+
## Install `payjoin-cli`
11
11
12
12
```console
13
13
cargo install payjoin-cli --version $VERSION
14
14
```
15
15
16
-
where `$VERSION` is the latest version of the payjoin-cli you wish to install.
16
+
where `$VERSION` is the [latest version](https://crates.io/crates/payjoin-cli) of the payjoin-cli you wish to install.
0 commit comments