# Creating an Anchor Project in Visual Studio Code

Starting your development journey with the Eclipse blockchain involves creating and setting up a project environment that supports Solana and Anchor frameworks. This section guides you through initializing an Anchor project for NFT minting, which lays the foundation for your smart contract development.

{% content-ref url="/pages/QTlYT9F1ME27ZF9LWbDm" %}
[Step 1: Initialize Anchor Project](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/creating-an-anchor-project-in-visual-studio-code/step-1-initialize-anchor-project.md)
{% endcontent-ref %}

{% content-ref url="/pages/H0GDkEQgp0L2XNeNNXE1" %}
[Step 2: Update the lib.rs File with Smart Contract Code](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/creating-an-anchor-project-in-visual-studio-code/step-2-update-the-lib.rs-file-with-smart-contract-code.md)
{% endcontent-ref %}

{% content-ref url="/pages/3LKYJYtFatVefiUHDhVu" %}
[Step 3: Update the Smart Contract's Cargo.toml File](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/creating-an-anchor-project-in-visual-studio-code/step-3-update-the-smart-contracts-cargo.toml-file.md)
{% endcontent-ref %}

{% content-ref url="/pages/rPC5fgqS7AZ7o6px0Piw" %}
[Step 4: Update the Project's Root Cargo.toml File](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/creating-an-anchor-project-in-visual-studio-code/step-4-update-the-projects-root-cargo.toml-file.md)
{% endcontent-ref %}

{% content-ref url="/pages/9IvRGStoHweNmTmGpLwc" %}
[Step 5: Compile Your Program with anchor build](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/creating-an-anchor-project-in-visual-studio-code/step-5-compile-your-program-with-anchor-build.md)
{% endcontent-ref %}

{% content-ref url="/pages/9WGLWNNmTWXtYDeOPFzx" %}
[Step 6: Deploy Your Project to the Eclipse Devnet](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/creating-an-anchor-project-in-visual-studio-code/step-6-deploy-your-project-to-the-eclipse-devnet.md)
{% endcontent-ref %}

{% content-ref url="/pages/W6IZjIPax3kLgM0QRGTe" %}
[Step 7: Verify Program Deployment on the Eclipse Devnet Explorer](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/creating-an-anchor-project-in-visual-studio-code/step-7-verify-program-deployment-on-the-eclipse-devnet-explorer.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/creating-an-anchor-project-in-visual-studio-code.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.
