Skip to content

vcexnet/eacpay-android

Repository files navigation

Eacpay wallet

Release MIT License

Easy and secure

EACpay wallet is the best way to get started with Earthcoin. Our simple, streamlined design is easy for beginners, yet powerful enough for experienced users. This is a free app produced by Eacpay.com.

Donations

The Earthcoin wallet Team is a group of global volunteers & part of eacpay.com that work hard to promote the use of Earthcoin. Earthcoin takes a lot of time and resources to improve and test features but we need your help. Please consider donating to one of our addresses:

EAC:egSkEWfeMSkkWtPePsaUhaHLfVwTep4AHQ

Completely decentralized

Unlike other iOS eacpay wallets, Eacpay wallet is a standalone Earthcoin client. It connects directly to the Earthcoin network using SPV mode, and doesn't rely on servers that can be hacked or disabled. Even if eacpay wallet is removed from the App Store, the app will continue to function, allowing users to access their valuable Earthcoin at any time.

Cutting-edge security

eacpay wallet utilizes AES hardware encryption, app sandboxing, and the latest iOS security features to protect users from malware, browser security holes, and even physical theft. Private keys are stored only in the secure enclave of the user's phone, inaccessible to anyone other than the user.

Designed with new users in mind

Simplicity and ease-of-use is Eacpay wallet's core design principle. A simple recovery phrase (which we call a paper key) is all that is needed to restore the user's wallet if they ever lose or replace their device. Eacpay wallet is deterministic, which means the user's balance and transaction history can be recovered just from the paper key.

Features:

Localization

Eacpay wallet is available in the following languages:

  • Chinese (Simplified and traditional)
  • Danish
  • Dutch
  • English
  • French
  • German
  • Indonesian
  • Italian
  • Japanese
  • Korean
  • Portuguese
  • Russian
  • Spanish
  • Swedish

Eacpay wallet Development:

GitHub issues GitHub pull requests

Building & Developing Eacpay wallet for Android:

  1. Download and install Java 7 or up,Java 8 is recommended
  2. Download and install the latest Android studio 4.1.2
  3. Download NDK 21 from the NDK Archives
  4. Clone this repo & init submodules
$ git clone https://github.com/vcexnet/eacpay-android
$ cd eacpay-android
$ git submodule init
$ git submodule update
  1. Open the project with Android Studio, navigate to File > Project Structure > SDK Location
  2. Change Android NDK Location with the path to NDK 21 that you downloaded earlier(eacpay-android/local.properties Specify the SDK path and NDK version in the file)
  3. Go to SDK Manager and download all the SDK Platforms and SDK Tools
  4. Build -> Rebuild Project

Eacpay Team:


Earthcoin source code is available at https://github.com/Sandokaaan/Earthcoin