thesimplekid 7a71a37eab refactor(payment): replace wait_any_incoming_payment with event-based system (#1019) 1 сар өмнө
..
src 7a71a37eab refactor(payment): replace wait_any_incoming_payment with event-based system (#1019) 1 сар өмнө
Cargo.toml 8dec41dd55 refactor(cdk-lnbits): migrate to LNbits v1 websocket API and remove w… (#987) 1 сар өмнө
README.md 8dec41dd55 refactor(cdk-lnbits): migrate to LNbits v1 websocket API and remove w… (#987) 1 сар өмнө

README.md

CDK LNBits

crates.io Documentation MIT licensed

ALPHA This library is in early development, the API will change and should be used with caution.

LNBits backend implementation for the Cashu Development Kit (CDK). This provides integration with LNBits for Lightning Network functionality.

Note: Only LNBits v1 API is supported. This backend uses the websocket-based v1 API for real-time payment notifications.

Installation

Add this to your Cargo.toml:

[dependencies]
cdk-lnbits = "*"

License

This project is licensed under the MIT License.