Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 813 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 813 Bytes

Warning This project is in early development, it does however work with real sats! Always use amounts you don't mind losing.

cashcrab

A Cashu wallet with a flutter UI and with as much logic as possible in rust using cashu-crab with nostr integration for contacts and messaging.

Flutter Rust Bridge

Generate Dart from rust

flutter_rust_bridge_codegen --rust-input ./src/api.rs --dart-output ../lib/bridge_generated.dart --c-output ../ios/Runner/bridge_generated.h --dart-decl-output ../lib/bridge_definitions.dart

Credit

Thanks to calle for the name.

Flutter Rust Example: https://github.com/sccheruku/flutter_rust_example