Solana wallet and more. Do your own research.
Use at your own risk.
Build desktop, iOS, and Android targets:
# Desktop
$ pnpm run tauri dev
# iOS (macOS only)
$ pnpm run tauri ios init
$ pnpm run tauri ios dev
# Android
$ pnpm run tauri android init
$ pnpm run tauri android dev- Follow Tauri guide for more information.
- When updating
tauri.conf.json, always clean upsrc-tauri/genfolder and init the android and ios project again.
$ pnpm run tauri android init
$ pnpm run tauri ios initFor Android, build for release with the upload keystore ready in the path in keystore.properties file
$ cargo tauri android build --aab
For iOS, modify the api key and api user in the publish-ios.sh script with your own user and key.
$ pnpm publish-ios


