# Environment Requirements

To run SSP Wallet, please ensure your environment meets the following requirements

* **Node.js:** Version 20 or higher

{% hint style="info" %}
To download NodeJS please follow this link:

<https://nodejs.org/en/download>
{% endhint %}

SSP Wallet is built with the following

* React 18
* TypeScript
* Vite

{% hint style="info" %}
Please make sure to download the packages and installer for your OS and use their corresponding installation guide. Installing these apps may vary based on your OS.

For NodeJS the installation guide is available on this link: <https://nodejs.org/en/download>
{% endhint %}


---

# 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://sspwallet.gitbook.io/docs/ssp-wallet-development/environment-requirements.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.
