mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-24 08:24:20 +01:00
Update README and remove TODO
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
# breez_liquid
|
||||
# breez_liquid_sdk_workspace
|
||||
|
||||
Binding generation & build scripts for Dart/Flutter packages of Breez Liquid SDK.
|
||||
|
||||
```dart
|
||||
import 'package:breez_liquid/breez_liquid.dart';
|
||||
Prerequisites:
|
||||
- [just](https://github.com/casey/just) command runner.
|
||||
- [Melos](https://github.com/invertase/melos) CLI tool.
|
||||
|
||||
final bl = BreezLiquidImpl(dylib);
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Closing issues in [TODO.md](TODO.md) will help make this project grow!
|
||||
just clean
|
||||
just init
|
||||
just gen
|
||||
just link
|
||||
just build
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
# Todos (non-exhaustive)
|
||||
|
||||
- [x] Only compile core with build commands
|
||||
- [] Move Dart/Flutter packages to `./packages/dart` & `./packages/flutter`
|
||||
Reference in New Issue
Block a user