Update README and remove TODO

This commit is contained in:
Erdem Yerebasmaz
2024-05-03 16:04:11 +03:00
parent 9e8e647157
commit 71c42b0b34
2 changed files with 11 additions and 12 deletions

View File

@@ -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

View File

@@ -1,4 +0,0 @@
# Todos (non-exhaustive)
- [x] Only compile core with build commands
- [] Move Dart/Flutter packages to `./packages/dart` & `./packages/flutter`