Integrated Development Environments (IDEs)
Last updated
Was this helpful?
Last updated
Was this helpful?
When it comes to setting up an , programming applications on the Electroneum Smart Chain is similar to programming any other software project. There are many options to choose from, so at the end of the day, pick the IDE or code editor that best suits your preferences. Most likely the best IDE choice for your Electroneum Smart Chain development is the IDE you already use for traditional software development.
If you're looking to fiddle with code before you , these web apps are custom-built for Ethereum smart contract development and works with the Electroneum Smart Chain.
- Web-based IDE with built in static analysis, and a test blockchain virtual machine
- A cloud-based multi-chain IDE
- A fast prototyping environment where you can write, execute, and debug smart contracts in the browser using Solidity and JavaScript
- Web-based IDE that lets you write, compile, and debug your smart contract
Most established IDEs have built plugins to enhance the Electroneum Smart Chain development experience. At a minimum, they provide syntax highlighting for smart contract languages.
Visual Studio Code - Professional cross-platform IDE with official Ethereum support
Atom - A hackable text editor for the 21st Century
JetBrains IDEs (IntelliJ IDEA, etc.) - Essential tools for software developers and teams
Remix Desktop - Experience Remix IDE on your local machine
- Ethereum Solidity Language for Visual Studio Code
- Solidity and Hardhat support by the Hardhat team
- Code formatter using prettier
- Alchemy's list of Ethereunm IDEs