Unlike many other wallets, This wallet is a real standalone Ravencoin client. There is no server to get hacked or go down, so you can always access your money. Using SPV mode, This wallet connects directly to the Ravencoin network with the fast performance you need on a mobile device.
This wallet is designed to protect you from malware, browser security holes. With AES hardware encryption, app sandboxing, and verified boot, it represents a significant security advance over web and desktop wallets.
Simplicity is RVN's wallet 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 it is deterministic, your balance and transaction history can be recovered from just your backup phrase.
- "simplified payment verification" for fast mobile performance
- no server to get hacked or go down
- single backup phrase that works forever
- private keys never leave your device
- import password protected paper wallets
- "payment protocol" payee identity certification
- Download and install Java 7 or up
- Download and Install the latest Android studio
- Download and install the latest NDK https://developer.android.com/ndk/downloads/index.html or download it in android studio by "choosing the NDK" and press "download"
- Go to https://github.com/Roshiix/ravencoin-android and clone or download the project
- Open the project with Android Studio and let the project sync
- Go to SDK Manager and download all the SDK Platforms and SDK Tools
- Initialize the submodules -
git submodule init
- Update the submodules -
git submodule update
- Build -> Rebuild Project