NosoMobile Wallet

Running NOSOmobile:

Download the latest version of the wallet in the .APK format for direct installation on any compatible device (Android 6+).

Building from source

https://github.com/Noso-Project/NosoWallet-Android

To build from source you'll need a working installation of Android Studio and the following library:

  • BouncyCastle (Cryptography Lib)

This library is already included in the build source under app/libs, however to ensure that you have the latest version you can get it from BouncyCastle Official Website in .jar format

The way to add the library to the project is by adding the implementation line in build.gradle(app Module), it has to be under "app/libs" folder

Last updated