POC Mobile wallet / co-signer app built with Flutter and Rust
- Check if Flutter is properly configured by running
flutter doctor - To check whether you have Rust installed correctly, run
rustc --version - Make sure that the Android NDK is installed
- You might also need LLVM from the SDK manager
- Ensure that the env variable
$ANDROID_NDK_HOMEpoints to the NDK base folder- It may look like
/Users/username/Library/Android/sdk/ndk-bundleon MacOS - And look like
/home/username/dev/android/ndk-bundleon Linux
- It may look like
On the root directory:
- Run
maketo see the available actions - Run
make initto install the Flutter dependencies and Rust targets - Run
make runto build and run the mobile app on an attached device