Skip to content

monumexyz/saketo

Repository files navigation

Saketo

Saketo is a mobile Monero wallet. It isn't based on any existing wallet and is written from scratch. It is written in Dart and uses the Flutter framework.

The first mobile Monero wallet that uses Rust to handle Monero transactions.

Building

To build Saketo, you need to have Flutter and Rust installed. You can find instructions on how to install Flutter here.

1 - Build libsaketo

cd rust && cargo ndk -t arm64-v8a -t armeabi-v7a -o ./../android/app/src/main/jniLibs build --release

2 - Generate .g.dart files

dart run build_runner build

3 - Generate localization files

flutter gen-l10n

Then you can build or run the app in Android Studio.

About

First Rust-based mobile Monero wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages