Skip to content

furkan-gnu/ergo-wallet-app

 
 

Repository files navigation

Ergo Wallet App

Official Ergo Wallet App (official announcement)

Get it on Google Play Download App Store

Features:

  • generating wallets, restoring wallets in a way compatible to Yoroi and Ergo node
  • you can add read-only wallets without entering your secrets to watch balance or to prepare transactions for cold wallet devices
  • no need to make a full sync, this is a lightweight client
  • Requesting payments by showing QR code or sharing a link
  • Sending payments, manually or by scanning a QR code
  • Displays and sends tokens and NFT
  • Your secrets are stored password-encrypted or authentication-protected
  • Show wallet balance, configurable comparison fiat currency
  • Cold wallet capable (more information)
  • ErgoPay support

You need at least Android 7 or iOS 13 to run Ergo Wallet.

Visit the Ergo Discord to give feedback.

Download and install the APK manually

Apart from Google Play, you can download the app APKs from the releases section to sideload. There are APKs available for Testnet and Mainnet, and as a debug build and release build.

Debug builds are built on GitHub. It is normal that Google Play Protect warns about an unsafe app. GitHub builds the binaries with a certificate unknown to Google. Because the certificate changes, you can't upgrade the app later - you need to uninstall and install fresh.

Release builds are built by me with my developer certificate and minified. This should reduce Google Play Protect warnings, you'll be able to upgrade without losing your data and the app is much smaller and faster, however, you have to trust me.

The APK file can be installed on your Android device. If you sideload for the first time, you can follow this guide.

Build yourself

Translations

Every translation is welcome! There is a single strings file to translate to your language.

Either send me the translated file on Discord or Telegram, or open a PR here. For this, move the file to a values-xx directory where xx is your language's ISO code. (Spanish example)

Thanks in advance!

Tip the developer

If you want to tip the developer for making this app, thanks in advance! Send your tips to 9ewA9T53dy5qvAkcR5jVCtbaDW2XgWzbLPs5H4uCJJavmA4fzDx

Testing on Testnet

You can test the testnet Android debug build on testnet or build the iOS version yourself for testnet. Generate a new wallet and send yourself some test Ergos by visiting https://testnet.ergofaucet.org/

Packages

No packages published

Languages

  • Kotlin 88.2%
  • Java 11.8%