# Install Dependencies - Windows

To develop and deploy NFTs on the Eclipse blockchain, you need to install several tools and dependencies. This section covers the steps to set up your environment on a Windows operating system.

{% content-ref url="/pages/b9c7RO2lgWkr3fQdhnFx" %}
[Step 1: Install Visual Studio Code (VSC)](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-1-install-visual-studio-code-vsc.md)
{% endcontent-ref %}

{% content-ref url="/pages/BIRstafrgdneF1HvLG4f" %}
[Step 2: Install Rust and Cargo](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-2-install-rust-and-cargo.md)
{% endcontent-ref %}

{% content-ref url="/pages/7Lnwk66xcBN29RN6RBqH" %}
[Step 3: Download Visual Studio C++ Build Tools](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-3-download-visual-studio-c++-build-tools.md)
{% endcontent-ref %}

{% content-ref url="/pages/XthoeXcgIO7hiIDsrXsy" %}
[Step 4: Download Node.js](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-4-download-node.js.md)
{% endcontent-ref %}

{% content-ref url="/pages/NcT9DlWBzKIBOnJeBNaS" %}
[Step 5: Install Git on Windows](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-5-install-git-on-windows.md)
{% endcontent-ref %}

{% content-ref url="/pages/sfx6ib4TNXStLpIBcfC9" %}
[Step 6: Install the Solana CLI](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-6-install-the-solana-cli.md)
{% endcontent-ref %}

{% content-ref url="/pages/Wv74tSBsGNLohl1z76NE" %}
[Step 7: Install WSL on Visual Studio Code and Upgrade to WSL2](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-7-install-wsl-on-visual-studio-code-and-upgrade-to-wsl2.md)
{% endcontent-ref %}

{% content-ref url="/pages/5sqBdNxaxw1dQ2VXt74p" %}
[Step 8: Set Up Development Environment in Ubuntu WSL](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-8-set-up-development-environment-in-ubuntu-wsl.md)
{% endcontent-ref %}

{% content-ref url="/pages/BavXPOzXHEkCyBrjUdrq" %}
[Step 9: Install Anchor on Windows and WSL](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-9-install-anchor-on-windows-and-wsl.md)
{% endcontent-ref %}


---

# 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.eclipse.xyz/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows.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.
