# NosoMobile Wallet

### <mark style="color:yellow;">Running NOSOmobile:</mark>

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

<img src="https://lh6.googleusercontent.com/ZJMb3F64oUXOV05cL_ISp7pMFrnFZulWGX-bekwu-a-E6MOroYIA-ULpNSdvO9sl-S3zNcQuGG-yFkNfATu41ZNA_4oZPS_2giYB7g8O_ACwaAR7xaKlGQKp1RfB3w0irxG7rBW2onf_P-jDOgreNKb8e--Ua0wDwvVKhyrRnFrevrdfmnYeWXHqe7qKyw" alt="" data-size="original">

### Building from source

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

{% hint style="info" %}
To build from source you'll need a working installation of [Android Studio](https://developer.android.com/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](https://www.bouncycastle.org/latest_releases.html) in .jar format
{% endhint %}

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

<figure><img src="https://lh5.googleusercontent.com/fISthVkM_iU68lMIWre-gLtCXoNP1t2kXWhvdvWwvNvpCJs-8yDkbsESs-loV-0HrpqpLHRUxuPzMwcDSgQfcOK3P4Wv6fzci7HBhwK2gtrxz0E0bkPnGE2VNMOVK3kpjxTA5xBLwF-7yl5LbmveW9K4yEbI0c7eUlSNVrr6AYS4tUueN7pxsPzBKRwBHg" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/nosomobile-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
