Skip to content

Groestlcoin/groestlwallet-android

 
 

Repository files navigation

ƀ GRS for Android

Get it on Google Play

Groestlcoin done right

This is the Android port of the GRS iOS app, which can be found here.

a completely standalone Groestlcoin wallet

Unlike many other Groestlcoin wallets, GRS is a real standalone Groestlcoin client. There is no server to get hacked or go down, so you can always access your money. Using SPV mode, breadwallet connects directly to the Groestlcoin network with the fast performance you need on a mobile device.

the next step in wallet security

GRS is designed to protect you from malware, browser security holes, even physical theft. With AES hardware encryption, app sandboxing, and verified boot, breadwallet represents a significant security advance over web and desktop wallets.

beautiful simplicity

Simplicity is GRS's core design principle. A simple backup phrase is all you need to restore your wallet on another device if yours is ever lost or broken. Because breadwallet is deterministic, your balance and transaction history can be recovered from just your backup phrase.

features

Development setup

  1. Clone the repo: git clone git@github.com:Groestlcoin/groestlwallet-android.git
  2. Open groestlwallet-android in IntelliJ IDEA or Android Studio
  3. Click Build > Build Project

Advanced setup

Blockset Client Token

The Blockset client token can be set in gradle.properties or by using -PBDB_CLIENT_TOKEN="<client token>". A default token is available for testing.

Firebase

To enable Firebase services like Crashlytics, add the google-services.json file into the app directory. Without this file, runtime Firebase dependencies are still used but do not start and the Google Services gradle plugin is disabled so builds will succeed.

About

android SPV Groestlcoin wallet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 69.3%
  • Java 30.0%
  • Other 0.7%