Noso Developer Portal
Website DiscordGithub RepoExplorer
  • 👋Welcome Noso Devs!
  • 📜Whitepaper
  • 📰NosoProject Roadmap
  • Overview
    • 🚀Getting Started
    • 🏗️Start Building on Noso
    • 💻Mainnet Apps
      • Nosolite
      • NosoMobile Wallet
      • NosoNode
      • Consopool
      • Consominer2
      • Liquidity Pool
        • Updates about LiqPool
      • NoBiEx (Noso Built In Exchange)
  • 📡RPC Connection
    • Running a Noso JSON-RPC node for development Utilizing Noso's REST API
  • 📑Documentation
    • Noso Documentation
Powered by GitBook
On this page
  • Running NOSOmobile:
  • Building from source
  1. Overview
  2. Mainnet Apps

NosoMobile Wallet

PreviousNosoliteNextNosoNode

Last updated 2 years ago

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

To build from source you'll need a working installation of 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 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

💻
https://github.com/Noso-Project/NosoWallet-Android
Android Studio
BouncyCastle Official Website