# Dapp Deployment Tutorial - Eclipse Devnet

Welcome to the program deployment tutorial for the Eclipse Devnet. This guide will walk you through the process of setting up your development environment, setting up Solana CLI & Keypair, setting up your Anchor VSC project, deploying your program to the Eclipse Devnet, creating a React front-end, and with our example code minting your own NFTs on the Eclipse blockchain. Follow the steps carefully to ensure a smooth experience.

{% hint style="info" %}
We will be deploying an NFT Minter program code example during this tutorial, but feel free to replace it with your own program code and follow along.
{% endhint %}

### Getting Started

This comprehensive tutorial on Dapp deployment to the Eclipse blockchain (including a minter NFT example) is meticulously organized into four distinct sections to facilitate a seamless learning journey.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Install Dependencies - Windows</strong></td><td>This section will guide you through installing the necessary dependencies on a Windows system.</td><td><a href="/files/321VtrndqtVfc9XXsQJY">/files/321VtrndqtVfc9XXsQJY</a></td><td><a href="/pages/MBsuOvqBhVJ2b6VivDIQ">/pages/MBsuOvqBhVJ2b6VivDIQ</a></td></tr><tr><td><strong>Solana CLI &#x26; Solana Keypair</strong></td><td>Guides you through setting up the CLI &#x26; a secure keypair for interacting with the Eclipse Devnet.</td><td><a href="/files/TmgGU2ghGH7C0iTsYrfI">/files/TmgGU2ghGH7C0iTsYrfI</a></td><td><a href="/pages/MEDvGXRi5rzTsqHtvuoY">/pages/MEDvGXRi5rzTsqHtvuoY</a></td></tr><tr><td><strong>Creating an Anchor Project in Visual Studio Code</strong></td><td>Walks you through initiating and configuring an Anchor framework project within the popular VSC editor.</td><td><a href="/files/HB773rAtpb3q1LCXmERl">/files/HB773rAtpb3q1LCXmERl</a></td><td><a href="/pages/LWry76MEqEglsLt3E9GU">/pages/LWry76MEqEglsLt3E9GU</a></td></tr><tr><td><strong>Building a React App Front-End</strong></td><td>Demonstrates how to construct a user-friendly interface for minting your NFTs.</td><td><a href="/files/fvNBZwvoq33hZs5RikFv">/files/fvNBZwvoq33hZs5RikFv</a></td><td><a href="/pages/AWGARssgqMLZGTBJdCDZ">/pages/AWGARssgqMLZGTBJdCDZ</a></td></tr></tbody></table>


---

# 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.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.
