BTC-e client for Android
Say “hello” to a new mobile client for WEX (ex. BTC-e) exchange! Completely free and lightweight
app! App is using API keys (required only for Trading, Account info and History) – it’s completely
safe, since they have no withdrawal functionality. No login/pass required.
Play Store link: https://play.google.com/store/apps/details?id=com.QuarkLabs.BTCeClient
App is using minimum set of libraries for transparency reason.
Simply clone this repo, open project in Android Studio and run the following command:
./gradlew assembleDebug
There are come checks embedded in the build process: checkstyle
, pmd
, findbugs
.
You can run individually (by running corresponding task), or as a part of check
task (with unit-tests):
./gradlew check
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses></http:>.