Skip to content

jokodee/not

 
 

Repository files navigation

NotWallet

Solana wallet and more. Do your own research.

Use at your own risk.

Recommended IDE Setup

Run targets

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 up src-tauri/gen folder and init the android and ios project again.
$ pnpm run tauri android init
$ pnpm run tauri ios init

Release Mobiles

For 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
Screenshots

locked-wallet-view.png

wallet-home.png

wallet-mobile.png

About

Solana non-custodial wallet, stable coin payment platform, and more 🔐

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.9%
  • Rust 14.1%
  • Other 1.0%