This Visual Studio Code extension is under development: CHANGELOG
Elrond IDE is an extension for Visual Studio Code that offers development support for Elrond Smart Contracts.
Elrond IDE supports the following programming languages:
- Rust - recommended. For Rust, the IDE also provides a step-by-step debugging experience, via elrond-wasm-debug and CodeLLDB.
- C / C++
- Build Smart Contracts to WASM
- Step-by-step debugging Rust smart contracts
- Automatically download tools and dependencies
Elrond IDE can be installed from the Visual Studio Code Marketplace.
- Linux is supported
- Windows is not supported yet
- MacOS is supported
If you experience any issues, please let us know on Github or on Telegram.
erdpy is the backend of the Visual Studio Code extension. erdpy is required by the Elrond IDE. In order to install it, please follow these steps.
The extension, via erdpy
, will automatically download its external dependencies, so you do not have to worry much about setting up the development environment. These automatically installed dependencies include:
RUST
buildchain- Arwen Tools (Mandos framework, Arwen Debug)
LLVM (clang, llc, wasm-ld etc.)
This extension contributes the following commands (Ctrl+Shift+P
):
newFromTemplate
buildContract
cleanContract
runMandosTests
runArwenDebugTests
runContractSnippet
- Bump version in
package.json
andpackage-lock.json
- Push to GitHub
- Publish release on Github, add release notes
- Update changelog via
make changelog
, commit & push (message = "Update changelog.") - Publish to VSCode Marketplace via
make publish