Welcome to QPocket, a standalone blockchain payment app for your Android device!
QPocket is a blockchain wallet app. The wallet app follows the concept of HD wallet, and can be derived through a set of mnemonic words to support unlimited sub-wallet accounts under the public chain. The wallet currently supports four public chains, QKC, ETH, TRX, and BTC.
To build everything from source, simply checkout the source and build using gradle on the build system you need:
Then you need to use the Android SDK manager to install the following components:
ANDROID_HOME
environment variable pointing to the directory where the SDK is installedThe project layout is designed to be used with a recent version of Android Studio (currently 4.0)
To get the source code, type:
git clone https://github.com/QuarkChain/QPocket-Android.git
cd wallet-android
With the QPocket Wallet you can send and receive QuarkChain,Ethereum,Tron,Bitcoins using your mobile phone.
Please note: while we make sure to adhere to the highest standards of software craftsmanship we can not exclude that the software contains bugs. Please make sure you have backups of your private keys and do not use this for more than you are willing to lose.
More features:
Thanks web3j, ethereum and others library.