All Projects → bloxbean → algodea

bloxbean / algodea

Licence: MIT license
Algorand Smart Contract Plugin for IntelliJ IDEA

Programming Languages

java
68154 projects - #9 most used programming language
Lex
420 projects

Java CI with Gradle

algoDEA

algoDEA - Algorand Plugin for Intellij

algoDEA Documents

Stable Version : v0.9.0 (Available on Jetbrains Plugin Marketplace)

Features

  • Algorand Smart Contract Project type

  • Code Completion, Syntax Highlighter and other editor level support for TEAL file

  • Create Stateless & Stateful Smart Contract

  • Atomic Transfer

  • PyTeal Support

  • Dry Run support for stateful & stateless contract (Experimental)

  • Algorand Node support

    • Custom node
    • Purestake.io
  • TEAL Compile using "goal" and algod REST api endpoint

  • 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
    • Send Logic Sig transactions
  • Stateful Smart Contract

    • Create Application
    • Call, OptIn, CloseOut, Clear, ReadState
    • Delete Application
    • Update Application
  • Asset Management

    • Creat, Modify, OptIn, Freeze, UnFreeze, Revoke, Destroy
  • Transfer

    • Algo, ASA
  • JS Client code (sdk) generation

Supported IntelliJ version (2021.1 and above)

The plugin has been tested with the following IDEs

  • IntelliJ IDEA (Community/Ultimate/Educational)
  • PyCharm
  • GoLand
  • WebStorm
  • PhpStorm

Known Issues:

  • Message alert popup doesn't work properly on 2020.3 Ultimate edition with Big Sur OS (Mac). Due to this some functionalities don't work as expected.

    Similar issue (https://youtrack.jetbrains.com/issue/IDEA-257834)

    Fix: Upgrade your IDE to a newer version.

  • PyTeal compilation through pop-up menu only works in IntelliJ IDEA and PyCharm.

Installation

Documents

Build From Source

  • Clone the repository
  • $> ./gradlew clean build
  • $> Get the plugin zip file from build/distributions/algodea-{version}.zip

Getting Started Video

Getting Started with AlgoDEA

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].