mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-04 21:45:24 +01:00
22 lines
758 B
Markdown
22 lines
758 B
Markdown
# CDK LNBits
|
|
|
|
[](https://crates.io/crates/cdk-lnbits)
|
|
[](https://docs.rs/cdk-lnbits)
|
|
[](https://github.com/cashubtc/cdk/blob/main/LICENSE)
|
|
|
|
**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](https://lnbits.com/) for Lightning Network functionality.
|
|
|
|
## Installation
|
|
|
|
Add this to your `Cargo.toml`:
|
|
|
|
```toml
|
|
[dependencies]
|
|
cdk-lnbits = "*"
|
|
```
|
|
|
|
## License
|
|
|
|
This project is licensed under the [MIT License](../../LICENSE). |