Solidity IDE Versions Save

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

v2.3.3

3 years ago

Updated dependencies

v2.3.2

4 years ago

v2.3.1

4 years ago
  • Fixed a bug preventing node_modules directory to be ignored when compiling
  • Updated dependencies

v2.3.0

4 years ago
  • On compile, save the ABI and contracts bytecode to a new build folder.
  • Ignore the build folder and node_modules folder when compiling.
  • Fixed several path bugs on windows (such as file missing state).
  • Fixed a bug that prevented nested folders to open automatically on refresh.
  • Update to latest web3 version.

v2.2.4

5 years ago

Fixed an error on startup on Windows.

v2.2.3

5 years ago
  • Updated dependencies
  • Fixed: On Windows, a new terminal was open instead of opening the browser on startup
  • Fixed: Error on deploy when accounts have not been loaded yet

v2.2.2

5 years ago

v2.2.1

5 years ago
  • Add support for Solidity 0.5.7
  • Fixed a bug preventing the editor to refresh when refreshing the file browser

v2.2.0

5 years ago

v2.1.1

5 years ago
  • Fixed an error sometimes occurring on executing a contract action.