mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-04 14:54:21 +01:00
* Rename CLI and lib projects * Place lib in a workspace * Add uniffi package * Bump uniffi version * Add uniffi.toml config file to customize lib names * Add makefile for kotlin, python, swift bindings * Add missing PaymentError variant * Rename BoltzGeneric error variant
21 lines
542 B
Markdown
21 lines
542 B
Markdown
# Liquid Swap SDK
|
|
|
|
- `lib`: [lib/README.md](lib/ls-sdk-core/README.md)
|
|
- `cli`: [cli/README.md](cli/README.md)
|
|
|
|
## Roadmap
|
|
- [x] Send/Recieve Lightning payments
|
|
- [x] cli inteface
|
|
- [x] Foreigh languages bindings
|
|
- [ ] Export/Import sdk data
|
|
- [ ] Pay BTC onchain
|
|
- [ ] Receive via on-chain address
|
|
- [ ] LNURL-Pay
|
|
- [ ] Receive via Lightning address
|
|
- [ ] LNURL-Withdraw
|
|
- [ ] Realtime sync
|
|
- [ ] Send to a Lightning address
|
|
- [ ] Webhook for receiving payments
|
|
- [ ] Offline receive via notifications
|
|
- [ ] Offline swaps via notifications
|