Skip to content

ChainZilla/guarda-android-wallets

 
 

Repository files navigation

Android SPV wallets by Guarda

About

Cryptocurrency wallets support:

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.

About

Mobile cryptocurrency wallets for Android (https://guarda.co/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Go 0.2%