# Overview

## algoDEA

"algoDEA"  provides end to end development lifecycle on Algorand blockchain using IntelliJ IDE. Using this plugin, developer can create and test both stateless and stateful smart contract directly from their IntelliJ IDE. It also provides support for ASA creation, management and transfer.

The account management module in the plugin provides a simple way for the developers to manage their test accounts in one place.

The plugin is currently available in JetBrains Official Plugin Repository <https://plugins.jetbrains.com/plugin/15300-algodea-algorand-integration>

The latest plugin binary can be also downloaded from <https://github.com/bloxbean/algodea/releases>

**Git Repository :** <https://github.com/bloxbean/algodea>

The followings are the list of features currently supported by the plugin.

#### **Features**

* Algorand Smart Contract Project type
* Code Completion, Syntax Highlighter and other editor level support for TEAL file
* Create Stateless & Stateful Smart Contract
* Algorand Node support
  * Custom node
  * Purestake.io
* TEAL Compile using "goal" and algod REST api endpoint&#x20;
* Account Management
  * Create account
  * Create Multi-Sig account
  * List Account
  * Account Details
  * Dump Account
* Stateless Smart Contract
  * Generate Logic sig and multi-sig Logic Sig&#x20;
  * Send Logic Sig transactions
* Stateful Smart Contract&#x20;
  * Create Application
  * Call, OptIn, CloseOut, Clear, ReadState
  * Delete Application
  * Update Application
* Asset Management
  * Creat, Modify, OptIn, Freeze, UnFreeze, Revoke, Destroy
* Transfer
  * Algo, ASA
* Atomic Transfer
* TEAL Debugger
* PyTEAL support


---

# 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://algodea-docs.bloxbean.com/overview.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.
