All Projects → guardaco → Guarda Android Wallets

guardaco / Guarda Android Wallets

Licence: gpl-3.0
Mobile cryptocurrency wallets for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Guarda Android Wallets

Skycoin
Skycoin Core and Wallet
Stars: ✭ 549 (+477.89%)
Mutual labels:  cryptocurrency, wallet
Currencyviewer
Short python framework that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money.
Stars: ✭ 13 (-86.32%)
Mutual labels:  cryptocurrency, wallet
Ledger Live Desktop
Ledger Live (Desktop)
Stars: ✭ 656 (+590.53%)
Mutual labels:  cryptocurrency, wallet
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions on Ethereum network.
Stars: ✭ 462 (+386.32%)
Mutual labels:  cryptocurrency, wallet
Mobile Wallet
📲 Multi Platform ARK Mobile Wallet
Stars: ✭ 76 (-20%)
Mutual labels:  cryptocurrency, wallet
Bitshares Ui
Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain
Stars: ✭ 505 (+431.58%)
Mutual labels:  cryptocurrency, wallet
Lightning App
An easy-to-use cross-platform Lightning wallet
Stars: ✭ 872 (+817.89%)
Mutual labels:  cryptocurrency, wallet
Desktop Wallet
💻 Multi Platform ARK Desktop Wallet
Stars: ✭ 287 (+202.11%)
Mutual labels:  cryptocurrency, wallet
Bitcoinaddress
Bitcoin Wallet Address Generator
Stars: ✭ 52 (-45.26%)
Mutual labels:  cryptocurrency, wallet
Paymint
The Paymint Wallet is a secure and user friendly Bitcoin wallet
Stars: ✭ 48 (-49.47%)
Mutual labels:  cryptocurrency, wallet
Substratumnode
WE ARE THE FOUNDATION OF THE DECENTRALIZED WEB.
Stars: ✭ 359 (+277.89%)
Mutual labels:  cryptocurrency, opensource
Cated
CATEd - Cryptocurrency Analytics and Trading Engine for Django
Stars: ✭ 84 (-11.58%)
Mutual labels:  cryptocurrency, wallet
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+3551.58%)
Mutual labels:  cryptocurrency, wallet
Opengapps
The main repository of the Open GApps Project
Stars: ✭ 4,986 (+5148.42%)
Mutual labels:  apk, opensource
Status React
a free (libre) open source, mobile OS for Ethereum
Stars: ✭ 3,307 (+3381.05%)
Mutual labels:  cryptocurrency, wallet
Coinbin
Javascript Bitcoin Wallet. Supports Multisig, Stealth, HD, SegWit, Bech32, Time Locked Addresses, RBF and more!
Stars: ✭ 694 (+630.53%)
Mutual labels:  wallet, opensource
Ledger Live Mobile
Ledger Live (Mobile)
Stars: ✭ 235 (+147.37%)
Mutual labels:  cryptocurrency, wallet
Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (+183.16%)
Mutual labels:  cryptocurrency, wallet
Cryptocurrency Address Detector
Detect which cryptocurrency an address corresponds to.
Stars: ✭ 30 (-68.42%)
Mutual labels:  cryptocurrency, wallet
Airgap Wallet
The AirGap Wallet is installed on an everyday smartphone. This app has only access to public information.
Stars: ✭ 78 (-17.89%)
Mutual labels:  cryptocurrency, wallet

Android SPV wallets by Guarda

All Guarda single-currency wallets are available in open-source. The wallets are designed to store, manage, transfer and receive cryptocurrency. The applications also include an option to purchase coins with a banking card and top up wallets via the built-in Exchange service.

Guarda does not store any personal information, wallet data or private keys of our clients. The private key is stored in the mobile device’s secure memory and deletes itself if the user logs out from the wallet. In order to secure the funds, a backup of the private key or the json backup feature are created. A pin code access is also available.

Guarda Android SPV wallets

How to install

Read the detailed instruction here.

About

Cryptocurrency wallets support:

Available on Google Play

Do not see your coin?

See below (pull-request section)

Installation

Just download a last version of APK-file from a link in About section and install on your device. Click the link and then Download button or right click on the link and choose Save link as....

Or build it yourself:

  1. Download and install Java 7 or up (https://www.oracle.com/technetwork/java/javase/downloads/index.html)
  2. Download and Install the latest Android studio (https://developer.android.com/studio/)
  3. Clone or download the project
  4. Clean\Rebuild\Build if needed
  5. Open Build Variants and choose a wallet. For example “btcDebug” (all variants described in app/build.gradle).
  6. For build on your device (or emulator) tap Run.
  7. For build APK-file select menu Build -> Build APK(s)

Pull-requests

If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.

If you want to add your own coin you need to discover of this files: app/src/btc/java/com/guarda/ethereum/managers/WalletManager.java - for BTC-like app/src/eth/java/com/guarda/ethereum/managers/WalletManager.java - for ETH-like

In other cases you need to follow the existing API of WalletManager.java and implement methods for creating and restore wallet, generating a public address and creating a transaction (or something else specific for your coin).

If you have any question create an issue.

License

Library are licensed under the GPL-3.0 License.

Enjoy! Guarda Team hopes you will like using our wallets as much as we liked creating them.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].