Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2.75 KB

README.md

File metadata and controls

45 lines (32 loc) · 2.75 KB

IVC for Android

download(https://play.google.com/store/apps/details?id=io.ideavis)

The easy and secure IdeavisCoin wallet

IVC is the best way to get started with IVC. Our simple, streamlined design is easy for beginners, yet powerful enough for experienced users. This is a port of the IdeavisWallet for iOS app which can be found here: https://github.com/IVC-foundation/IVC-ios

Completely decentralized

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

Cutting-edge security

IVC 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.

Desgined with new users in mind

Simplicity and ease-of-use is IVC'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. IVC is deterministic, which means the user's balance and transaction history can be recovered just from the paper key.

Features:

Building & Developing IdeavisWallet for Android:

  1. Download and install Java 7 or up
  2. Download and install the latest Android studio
  3. Download NDK r15c from the NDK Archives
  4. Clone this repo & init submodules
$ git clone https://github.com/IVC-foundation/IVC-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 r15c that you downloaded earlier
  3. Go to SDK Manager and download all the SDK Platforms and SDK Tools
  4. Build -> Rebuild Project