Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptoadvance/specter-mobile
https://github.com/cryptoadvance/specter-mobile
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptoadvance/specter-mobile
- Owner: cryptoadvance
- Created: 2021-05-30T18:28:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T10:54:58.000Z (over 2 years ago)
- Last Synced: 2023-03-03T10:26:48.744Z (over 1 year ago)
- Language: Makefile
- Size: 2.29 MB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Specter-Mobile (WIP)
**POC Mobile wallet / co-signer app built with Flutter and Rust**
## Pre-requisites
- 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_HOME` points to the NDK base folder
- It may look like `/Users/username/Library/Android/sdk/ndk-bundle` on MacOS
- And look like `/home/username/dev/android/ndk-bundle` on Linux## Building and running
On the root directory:
- Run `make` to see the available actions
- Run `make init` to install the Flutter dependencies and Rust targets
- Run `make run` to build and run the mobile app on an attached device