strike-rs

Crates.iostrike-rs
lib.rsstrike-rs
version0.4.0
sourcesrc
created_at2024-07-22 12:05:25.096765
updated_at2024-11-19 09:08:41.025388
descriptionStrike API SDK
homepagehttps://github.com/thesimplekid/strike-rs
repositoryhttps://github.com/thesimplekid/strike-rs
max_upload_size
id1311065
size94,036
(thesimplekid)

documentation

README

Rust SDK for Strike API

Status

Receive

  • Create invoice
  • Get Invoice
  • Find Invoice

Pay

  • Get LN payment quote
  • Execute LN Payment Quote

Webhook

  • Subscribe to invoice updated webhook

Minimum Supported Rust Version (MSRV)

The strike-rs 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: 35

cargo fmt