-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
# Breez-SDK Liquid | ||
|
||
- `lib`: [lib/README.md](lib/README.md) | ||
- `cli`: [cli/README.md](cli/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 |