phoenixd-rs

Crates.iophoenixd-rs
lib.rsphoenixd-rs
version0.3.0
sourcesrc
created_at2024-08-12 16:39:10.663152
updated_at2024-09-01 08:17:22.763721
descriptionPhoenixd API SDK
homepagehttps://github.com/thesimplekid/phoenixd-rs
repositoryhttps://github.com/thesimplekid/phoenixd-rs
max_upload_size
id1334757
size72,502
(thesimplekid)

documentation

README

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
Commit count: 0

cargo fmt