Lightning Network mobile client
Breez is a Lightning Network mobile client and a hub. It provides a platform for simple, instantaneous bitcoin payments.
Breez is currently in a public beta, available on Android and on iOS.
To learn more about it, please read Introducing Breez.
Make sure you have Flutter 3 installed on your system before continuing the setup process.
breez.aar
as described in https://github.com/breez/breezbreez.aar
to android/app/libs
directory.google-services.json
file.google-services.json
file to android/app/src/client
folder.bindings.xcframework
as described in https://github.com/breez/breezbindings.xcframework
directory to the ios directory.GoogleServices-info.plist
file.GoogleServices-info.plist
file to ios/Runner
folder.pod install
from breezmobile/ios
# Install dependencies for building
flutter pub get
# Run a client app on the connected device
flutter run --flavor=client
# Build a client app as APK file
flutter build apk --target-platform=android-arm64 --flavor=client --debug