lnbits-rs 0.9.2

A Rust library for the LNbits API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# lnbits-rs

A comprehensive Rust client for the [LNbits](https://lnbits.com/) API. LNbits is a free and open-source lightning wallet and account system.

## Key features

- [x] Create invoices
- [x] Webhook for incoming invoices
- [x] Decode invoices
- [x] Pay invoices
- [x] Get wallet details
- [x] Tor support

## License

Licensed under MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)