File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed
Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1- # Rust-Payjoin
1+ <div align =" center " >
2+ <h1 >Payjoin Dev Kit</h1 >
23
3- Supercharged payment batching to save you fees and preserve your privacy.
4+ <img src =" ./static/monad.svg " width =" 150 " />
5+
6+ <p >
7+ <strong>Supercharged payment batching to save fees and preserve privacy.</strong>
8+ </p >
9+
10+ <p >
11+ <a href="https://github.com/payjoin/rust-payjoin/blob/master/LICENSE.md"><img alt="MIT" src="https://img.shields.io/badge/License-MIT-blue"/></a>
12+ <a href="https://github.com/payjoin/rust-payjoin/actions/workflows/rust.yml"><img alt="CI Status" src="https://github.com/payjoin/rust-payjoin/actions/workflows/rust.yml/badge.svg"></a>
13+ <a href="https://coveralls.io/github/payjoin/rust-payjoin?branch=master"><img src="https://coveralls.io/repos/github/payjoin/rust-payjoin/badge.svg?branch=master"/></a>
14+ <a href="https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html"><img alt="Rustc Version 1.63.0+" src="https://img.shields.io/badge/rustc-1.63.0%2B-lightgrey.svg"/></a>
15+ <a href="https://discord.gg/XgFZstSJ"><img alt="Chat on Discord" src="https://img.shields.io/discord/1120791584674435134?logo=discord"></a>
16+ </p >
17+
18+ <h4 >
19+ <a href="https://payjoindevkit.org">Project Homepage</a>
20+ </h4 >
21+ </div >
422
523## About
624
@@ -24,7 +42,7 @@ The [`payjoin-test-utils`](https://github.com/payjoin/rust-payjoin/tree/master/p
2442
2543** Use at your own risk. This crate has not yet been reviewed by independent Rust and Bitcoin security professionals.**
2644
27- While I don't think there is a * huge * risk running it, be careful relying on its security for now!
45+ While I don't think there is a _ huge _ risk running it, be careful relying on its security for now!
2846
2947Seeking review of the code that verifies there is no overpayment. Contributions are welcome!
3048
You can’t perform that action at this time.
0 commit comments