> For the complete documentation index, see [llms.txt](https://innolab.gitbook.io/cardano-easydev-vs-tool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://innolab.gitbook.io/cardano-easydev-vs-tool/product-overview.md).

# Product Overview

## What is Cardano EasyDev VS Tool?

**Cardano EasyDev VS Tool** is a powerful **VS Code extension** designed specifically for **Cardano blockchain developers**. It streamlines the development process by providing comprehensive tools for **smart contract development, dApp creation, and blockchain interaction**—all within your preferred code editor.

This extension is tailored to simplify and **accelerate the development cycle** on the Cardano ecosystem by offering direct **Aiken language support, transaction building**in one seamless package.

<figure><img src="/files/hEShm5HbaxIqTmKEzr2h" alt=""><figcaption><p>Cardano EasyDev VS Tool</p></figcaption></figure>

## Why Use Cardano EasyDev VS Tool?

Developing on **Cardano** presents unique challenges that this tool effectively addresses:

* 🚀 **Simplified Smart Contract Development**: Write, build, and test **Aiken contracts** directly within VS Code—eliminating the need to switch between multiple tools and command-line interfaces.
* 🏗 **Project Scaffolding**: Instantly generate complete **project structures**, including frontend and validator components with a single click.
* 🔗 **Blockchain Interaction Tools**: Manage wallets, build transactions, and **sign transaction** without leaving VS Code.

## Key Features

### **Smart Contract Development**

* Direct **Aiken build and test execution** within VS Code
* Integrated **plutus.json** interaction and validation

### **dApp Development Acceleration**

* One-click **project template generation** for faster development
* Built-in **frontend component** for seamless dApp integration

### **Comprehensive Blockchain Tools**

* **Wallet management** and integration
* **Transaction building and signing**

## How It Benefits Developers

By consolidating these powerful tools into a single extension, **Cardano EasyDev VS Tool** significantly reduces **development time**, minimizes **setup complexity**, and enhances the overall **developer experience** within the Cardano ecosystem.

### **Get Started Today**

📌 Install the extension from the **VS Code Marketplace** and supercharge your **Cardano development workflow**.

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><a href="/pages/oSyb1L84KEAF6yT5XRcV">/pages/oSyb1L84KEAF6yT5XRcV</a></td></tr><tr><td></td><td><a href="/pages/H4n67nDMJlqJTYCwEAQy">/pages/H4n67nDMJlqJTYCwEAQy</a></td></tr><tr><td></td><td><a href="/pages/HfORZlZWTMuN6j20TSu7">/pages/HfORZlZWTMuN6j20TSu7</a></td></tr><tr><td></td><td><a href="/pages/SO31FIS3DBuAScgS7zmv">/pages/SO31FIS3DBuAScgS7zmv</a></td></tr><tr><td></td><td><a href="/pages/lcBJv1lNY7IwGNIMfUas">/pages/lcBJv1lNY7IwGNIMfUas</a></td></tr><tr><td></td><td><a href="/pages/JRd2zplobngSF0Q9N0LE">/pages/JRd2zplobngSF0Q9N0LE</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://innolab.gitbook.io/cardano-easydev-vs-tool/product-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
