If you can't review the source codes, I don't recommand you to use this wallet. If you use this wallet, you take your own risk.
It's a Solana
wallet. Based on Rust and Slint-ui. You can compile it for Linux, Windows and Android. However, There are some bad user experience on Android platform. This wallet uses different algorithm to generate Seed
with Phantom
. So the same mnemonic would generate different wallet address.
- Create and recover account
- Derive child accounts
- Address book
- Transaction history
- Development mode of TestNet and DevNet
- Send SOL and spl token in MainNet
- Genarate QrCode for address
- Support sending token with memo and setting prioritization fee
- fetch spl token price
- copy and paste text on Android
min-sdk-version = 23
target-sdk-version = 32
- Install
Rust
andCargo
- Install Android
sdk
,ndk
,jdk17
, and set environment variables - Run
make
to build a release version android APK - Run
make debug
to run it on desktop platform - Run
make build-desktop-release
to build a release version desktop APK - Refer to Makefile for more information
- Slint Language Documentation
- github/slint-ui
- Viewer for Slint
- LSP (Language Server Protocol) Server for Slint
- developer.android.com
- solana faucet
- solana explorer
- solana fm is a next generation explorer
- solana cookbook
- spl token faucet
- How do we get test stablecoins on Solana like USDC or USDT?
- solana wiki
- solana docs
- examples
- A Complete Guide to Solana Development for Ethereum Developers
- Solana Development Course
- developers.metaplex