Skip to content

newbull/newbull-wallet

 
 

Repository files navigation

If you want to help with translations, please send a Pull Request.

NEWBULL WALLET

Welcome to NewBull Wallet_, a standalone NewBull payment app for your Android device!

This project contains several sub-projects:

  • wallet: The Android app itself. This is probably what you're searching for.
  • market: App description and promo material for the Google Play app store.
  • integration-android: A tiny library for integrating NewBull payments into your own Android app (e.g. donations, in-app purchases).
  • sample-integration-android: A minimal example app to demonstrate integration of NewBull payments into your Android app.

PREREQUISITES FOR BUILDING

You'll need git, a Java 8 SDK (or later) and Gradle 4.4 (or later) for this. We'll assume Ubuntu 20.04 LTS (Focal Fossa) for the package installs, which comes with OpenJDK 8 and Gradle 4.4.1 out of the box.

# first time only
sudo apt install git gradle openjdk-8-jdk

Create a directory for the Android SDK (e.g. android-sdk) and point the ANDROID_HOME variable to it.

Download the Android SDK Tools and unpack it to $ANDROID_HOME/.

Finally, the last preparative step is acquiring the source code. Again in your workspace, use:

# first time only
git clone -b master https://github.com/newbull/newbull-wallet.git newbull-wallet
cd newbull-wallet

BUILDING

You can build all sub-projects in all flavors at once using Gradle:

# each time
gradle clean build

For details about building the wallet see the specific README.

About

NewBull Wallet app for your Android device. Standalone NewBull node, no centralized backend required.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%