fastcoin-project / fastwallet-android

Litewallet: Official SPV Litecoin Wallet from the Litecoin Foundation

Home Page:http://loafwallet.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fastwallet for Android

Google Play Store

Download

The easy and secure Fastcoin wallet

Fastwallet is the best way to get started with Fastcoin. Our simple, streamliåned design is easy for beginners, yet powerful enough for experienced users.

iOS Users can visit the iOS version of the code here: Fastwallet iOS

Completely decentralized

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

Cutting-edge security

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

Features:

Building & Developing Fastwallet 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/fastcoin-foundation/loafwallet-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

About

Litewallet: Official SPV Litecoin Wallet from the Litecoin Foundation

http://loafwallet.org

License:MIT License


Languages

Language:Java 92.8%Language:C 6.9%Language:CMake 0.3%