https://github.com/gemwalletcom/gem-android
Gem - Open Source Android Crypto Wallet
https://github.com/gemwalletcom/gem-android
bitcoin bitcoin-wallet crypto-wallet cryptocurrency defi ethereum ethereum-wallet solana sui ton ton-wallet wallet
Last synced: 5 days ago
JSON representation
Gem - Open Source Android Crypto Wallet
- Host: GitHub
- URL: https://github.com/gemwalletcom/gem-android
- Owner: gemwalletcom
- License: gpl-3.0
- Created: 2024-06-01T04:46:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-06T07:17:21.000Z (9 days ago)
- Last Synced: 2026-03-06T12:06:06.620Z (9 days ago)
- Topics: bitcoin, bitcoin-wallet, crypto-wallet, cryptocurrency, defi, ethereum, ethereum-wallet, solana, sui, ton, ton-wallet, wallet
- Language: Kotlin
- Homepage: https://gemwallet.com
- Size: 10.2 MB
- Stars: 308
- Watchers: 41
- Forks: 57
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# π Gem Wallet - Android
[](https://github.com/gemwalletcom/gem-android/actions/workflows/ci.yml)
[](https://github.com/gemwalletcom/gem-android/blob/main/LICENSE)
[](https://deepwiki.com/gemwalletcom/gem-android)
[](https://discord.gg/aWkq5sj7SY)
[](https://x.com/GemWalletApp)
[](https://t.me/gemwallet_developers)
Gem Wallet is a powerful and secure mobile application designed for Android and [iOS](https://github.com/gemwalletcom/gem-ios). It provides users with a seamless and intuitive experience to manage their digital assets and cryptocurrencies.
The app is developed using Kotlin/Compose. The codebase also includes a [Core](https://github.com/gemwalletcom/core) library implemented in Rust, providing efficient and secure cryptographic operations for enhanced data protection.
π€ [Android available on the Google Play Store](https://play.google.com/store/apps/details?id=com.gemwallet.android&utm_campaign=github&utm_source=referral&utm_medium=github)
π²οΈ [iOS available on the App Store](https://apps.apple.com/app/apple-store/id6448712670?ct=github&mt=8)
## β¨ Features
- π¨βπ©βπ§βπ¦ **Open Source & Community Owned** with web3 ethos.
- ποΈ **Self-Custody** Exclusive ownership and access to funds.
- π **Secure** and **Privacy** preserving wallet.
- π **Multi-Chain Support:** Supports Ethereum, Binance Smart Chain, Polygon, Avalanche, Solana, and more.
- π **Swaps:** Exchange cryptocurrencies quickly and easily.
- π **Staking:** Earn rewards by staking assets.
- π **WalletConnect:** Secure communication with decentralized applications (dApps).
- π **Fiat On/Off Ramp:** Easily convert between cryptocurrencies and traditional currencies.
- ποΈ **Backup and Recovery:** Simple backup and recovery options.
- π **Real-Time Market Data:** Integrated with real-time price tracking and market data.
- π **Instant Transactions:** Fast and efficient transactions with low fees.
- π **Customizable Notifications:** Set alerts for transactions, price changes, and important events.
- π‘οΈ **Advanced Security:** Encryption and secure key management.

## πββοΈ Contributing
- Look in to our [Github Issues](https://github.com/gemwalletcom/gem-android/issues)
- See progress on our [Github Project Board](https://github.com/orgs/gemwalletcom/projects/2)
- Public [Roadmap](https://github.com/orgs/gemwalletcom/projects/4)
See our [Contributing Guidelines](./CONTRIBUTING.md).
## π₯° Community
- Install the app [Gem Wallet](https://gemwallet.com)
- Join our [Discord](https://discord.gg/aWkq5sj7SY)
- Follow on [Twitter](https://twitter.com/GemWalletApp) or join [Telegram](https://t.me/GemWallet)
## π Getting Help
- Join the [support Telegram](https://t.me/gemwallet_developers) to get help, or
- Open a [discussion](https://github.com/gemwalletcom/gem-android/discussions/new) with your question, or
- Open an issue with [the bug](https://github.com/gemwalletcom/gem-android/issues/new)
If you want to contribute, you can use our [developers telegram](https://t.me/gemwallet_developers) to chat with us about further development!
## π Getting Started
### Android Development
> [!NOTE]
> We recommend using Apple silicon Macs for development (arm64), if you're using Intel Mac, you need to add `x86_64` to `targets` under `cargoNdk` in `build.gradle.kts`.
1. Download and install latest [Android Studio](https://developer.android.com/studio)
2. Install JDK 17, preferably using [SDKMAN](https://sdkman.io/)
3. Install `just` by running `brew install just` if you don't have it already.
3. Run `just bootstrap` to install all nessesary tools (Rust / NDK).
4. Generate a GitHub personal [token](https://github.com/settings/tokens) with `read:packages` permission and add it to your `local.properties` file:
```properties
gpr.username=
gpr.token=
```
Optionally, you can generate models and kotlin bindgen by running `just generate`, Gem Android consumes wallet core library as a local module, if you need to update it, ping us or create an issue on [here](https://github.com/gemwalletcom/wallet-core-release).
## π Security Scanning
We run [MobSF mobsfscan](https://github.com/MobSF/mobsfscan) to catch insecure patterns in our Kotlin/Java sources.
- **Local usage**: Install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) and run `uv tool install mobsfscan` once. After that, `just mobsfscan` (internally `uv tool run mobsfscan -- --type android --config .mobsf --exit-warning`) scans the Android codebase with the repo-wide configuration and fails on `WARNING` and `ERROR` findings.
- **CI enforcement**: `.github/workflows/mobsfscan.yml` runs the same command on every push/PR to `main`, uploads a SARIF report to GitHub code scanning, and fails the workflow if issues remain.
Only suppress detections when you fully understand the riskβideally fix the code; otherwise, add a targeted `// mobsf-ignore: rule_id` comment with context.
## β»οΈ Reproducible Release Verification
See `reproducible/README.md` for the Docker-based verification workflow, prerequisites, and known gaps. You can also grab the latest CI-built APK from the Docker workflow artifact `gem-android-apk` on GitHub Actions.
## π¨βπ§βπ¦ Contributors
We love contributors! Feel free to contribute to this project but please read the [Contributing Guidelines](CONTRIBUTING.md) first!
## π Localization
Join us in making our app accessible worldwide! Contribute to localization efforts by visiting our [Lokalise project](https://app.lokalise.com/public/94865410644ee707546334.60736699)
## βοΈ License
Gem Wallet is open-sourced software licensed under the Β© [GPL-3.0](LICENSE).