Conversation
Include C# bindings, add links to published packages, and clean up some stale writing.
Pull Request Test Coverage Report for Build 22244027455Details
💛 - Coveralls |
7da0010 to
dcfeb96
Compare
| This repository creates Payjoin libraries for various programming languages, all using the Rust-based [Payjoin Dev Kit](https://github.com/payjoin/rust-payjoin) as the core implementation of BIP-77. | ||
|
|
||
| Our mission is to provide developers with cross-language libraries that seamlessly integrate with different platform languages. By offering support for multiple languages, we aim to enhance the accessibility and usability of Payjoin, empowering developers to incorporate this privacy-enhancing feature into their applications, no matter their preferred programming language. | ||
| Our mission is to provide developers with cross-language libraries that seamlessly integrate with different platform languages. By offering support for multiple languages, we aim to enhance the accessibility and usability of Payjoin, empowering developers to incorporate it into their applications, no matter their preferred programming language. |
There was a problem hiding this comment.
Does this read better?
| Our mission is to provide developers with cross-language libraries that seamlessly integrate with different platform languages. By offering support for multiple languages, we aim to enhance the accessibility and usability of Payjoin, empowering developers to incorporate it into their applications, no matter their preferred programming language. | |
| Our mission is to provide developers with cross-language libraries that seamlessly integrate with different platform languages. By offering support for multiple languages, we aim to enhance the accessibility and usability of Payjoin, empowering developers to incorporate Payjoin into their applications, no matter their preferred programming language. |
There was a problem hiding this comment.
"...usability of Payjoin, empowering developers to incorporate Payjoin" I used "it" to avoid back to back repetition but it works either way imo
| | Python | linux, macOS | [payjoin-ffi/python](python) | [pypi](https://pypi.org/project/payjoin) | | ||
| | Dart | linux, macOS | [payjoin-ffi/dart](dart) | [pub.dev](https://pub.dev/packages/payjoin) | | ||
| | JavaScript | linux, macOS | [payjoin-ffi/javascript](javascript) | [npm](https://www.npmjs.com/package/payjoin) | | ||
| | C# | linux, macOS, windows | [payjoin-ffi/csharp](csharp) | [nuget](https://www.nuget.org/packages/Payjoin) | |
There was a problem hiding this comment.
OCD nit. Match with the other urls
| | C# | linux, macOS, windows | [payjoin-ffi/csharp](csharp) | [nuget](https://www.nuget.org/packages/Payjoin) | | |
| | C# | linux, macOS, windows | [payjoin-ffi/csharp](csharp) | [nuget](https://www.nuget.org/packages/payjoin) | |
There was a problem hiding this comment.
That is how it is listed.. blame Dan for publishing it with a capital P lol
There was a problem hiding this comment.
Blame C# for being weird, all their packages are capitalized https://www.nuget.org/packages
|
The JS job is failing and it seems unrelated to this PR Is this a known issue? |
That's what #1349 addresses. We need to lock wasm-bindgen |
Include C# bindings, add links to published packages, and clean up some stale writing.