# Environment Setup & Installation

Download and install the following repository by the Asset Chain team to setup your assetchain development environment!

The Dapp example uses several libraries that will help you develop, but make sure that you have [Git](https://git-scm.com/downloads), [Node](https://nodejs.org/en/download/), and [Yarn ](https://classic.yarnpkg.com/en/docs/install/#windows-stable)installed already.

Use any of your favorite code editors with [Solidity support](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity).[ ](https://github.com/foundry-rs/foundry)[Foundry ](https://book.getfoundry.sh/)or [Hardhat (recommended) ](https://hardhat.org/)would also be good to use in any of your new dApp projects as they provide local blockchain development environments.

{% embed url="<https://github.com/xendfinance/assetchain-starterkits>" %}

{% hint style="info" %}
Do make sure you star the respository
{% 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://academy.assetchain.org/module-1-getting-started/environment-setup-and-installation.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.
