Solidity IDE Versions Save

A simple alternative to Remix IDE to develop and test Solidity Smart Contracts

v2.1.0

5 years ago
  • Added support for constructors with parameters
  • Only view and pure functions are shown in grey
  • Fixed an error when starting the IDE from a path containing spaces
  • Focus the input in the Browse dialog on open
  • Only deploy contracts from the currently open source file instead of all contracts
  • Fixed a bug ovewriting files with similar names when changing directory
  • Improved readme

v2.0.3

5 years ago
  • Increased max gas when sending transaction to avoid out of gas exception

v2.0.2

5 years ago
  • Fixed an issue preventing from creating a file at project's root #12
  • Added logs in server
  • Improved Windows support

v2.0.1

5 years ago
  • Fix zoom-scrolling error
  • Fix missing error and warning icons in unloaded directories

v2.0.0

5 years ago
  • Added file browser
  • Handle multi-file projects
  • Files are now managed on the file system, not int browser's local storage
  • Minor visual changes
  • Bug fixes and better error handling

Even if the IDE is supposed to sanitize the previous config, you should clear your local storage before using the new version.

For more info, check the pull request.

v1.3.2

5 years ago
  • Upgraded to latest web3j and updated dependencies
  • Switch from jquery to axios for HTTP requests
  • Bug fix with save shortcut
  • Fixed an error when clicking a contract tab
  • Inject a default constructor if there is none
  • Terminate solc-server if IDE is closed (caveat: also terminated when clicking on the refresh button, F5 or Ctrl+R don't shutdown the server)

v1.3.1

5 years ago

Self-host fonts instead of relying on google fonts so the IDE can be used when offline.

v1.3.0

5 years ago
  • Added solidity keywords completion
  • Can now change editor font size using CTRL+mousewheel
  • Run contract action when pressing enter when parameters input is focused
  • Call pure functions instead of sending transactions

v1.2.0

5 years ago

v1.1.2

5 years ago

Hide progress bar when compilation fails on clicking "Deploy".