Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T05:13:43.000Z (10 days ago)
- Last Synced: 2025-01-18T14:45:55.372Z (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: 3.73 MB
- Stars: 48
- Watchers: 3
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# ๐ Gem Wallet - Android
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 boostrap` to install all nessesary tools (Rust / NDK).Optionally, you can generate models and kotlin bindgen by running `make 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).
## ๐จโ๐งโ๐ฆ 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).