mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-10 17:44:22 +01:00
* Fix relative path on melos.yaml * Mention current version on CHANGELOG.md * Remove symlink for apache license * Address typos & relative path issues on README.md * Ignore Flutter example app on Melos.yaml * Remove obsolete param from Config on example app * Do not treat info messages as critical * Update README of Dart/Flutter packages Revert changes on topmost README * Update pubspec.lock * Make dart output directory if it does not exists * Replace continue-on-error Resume even if previous step fails, this approach displays errors on CI summary. * Install Protoc as part of CI workflow * Added init-sdk as part of just bootstrap recipe which installs protobuf * Pinned freezed to <=2.5.2
23 lines
612 B
Markdown
23 lines
612 B
Markdown
# Breez Liquid SDK
|
|
|
|
- `lib`: [lib/README.md](lib/core/README.md)
|
|
- `cli`: [cli/README.md](cli/README.md)
|
|
- Bindings
|
|
- `python`: [lib/bindings/README.md](lib/bindings/README.md)
|
|
|
|
## Roadmap
|
|
- [x] Send/Receive Lightning payments
|
|
- [x] CLI Interface
|
|
- [x] Foreign languages bindings
|
|
- [ ] Export/Import SDK data
|
|
- [ ] Pay BTC onchain
|
|
- [ ] Receive via on-chain address
|
|
- [ ] LNURL-Pay
|
|
- [ ] Receive via Lightning address
|
|
- [ ] LNURL-Withdraw
|
|
- [ ] Real-time sync
|
|
- [ ] Send to a Lightning address
|
|
- [ ] Webhook for receiving payments
|
|
- [ ] Offline receive via notifications
|
|
- [ ] Offline swaps via notifications
|