This simple web utility allows you to write Solidity code and see it compiled via solc on on real-time. Each view accepts solc compiler options, as well as some aggregated options which are not actually part of solc.
The tool is intended for simple visualisation of Solidity to EVM output via solc.
NOTE: This tool is intended to be ran 100% locally. It does not use solcjs, but good old C++ solc, and so, solc needs to ne installed on your system. A small expressjs server is used to run your local solc version.
- Check out repo
npm i- Make sure you have solc in your system: Installing solc
npm startnpm run server- In your browser =>
localhost:3000 - Type solc arguments in the input fields and press enter (type --help to see available commands).
- The panels are draggable.
- For binary outputs like --bin, you can use the aggregated options listed below.
Installing the following tools gives access to the aggregated options:
evm-tools provides additional features.
