5 releases (breaking)

0.5.0 Mar 4, 2025
0.4.0 Nov 19, 2024
0.3.0 Sep 1, 2024
0.2.0 Aug 15, 2024
0.1.0 Aug 12, 2024

#6 in #pay

Download history 1265/week @ 2024-12-10 692/week @ 2024-12-17 572/week @ 2024-12-24 1277/week @ 2024-12-31 1036/week @ 2025-01-07 1342/week @ 2025-01-14 2618/week @ 2025-01-21 3360/week @ 2025-01-28 4147/week @ 2025-02-04 2116/week @ 2025-02-11 401/week @ 2025-02-18 325/week @ 2025-02-25 389/week @ 2025-03-04 9/week @ 2025-03-11

553 downloads per month
Used in cdk-phoenixd

MIT license

23KB
414 lines

Phoenix API SDK Rust SDK for https://phoenix.acinq.co


Rust SDK for Phoenixd

Status

Receive

  • Create invoice
  • Get Invoice
  • Get Incoming Invoice

Pay

  • Get LN payment quote
  • Execute LN Payment Quote

Webhook

Minimum Supported Rust Version (MSRV)

The phoenixd library should always compile with any combination of features on Rust 1.63.0.

To build and test with the MSRV you will need to pin the below dependency versions:

cargo update -p tokio --precise 1.38.1
cargo update -p reqwest --precise 0.12.4

Dependencies

~8–19MB
~259K SLoC