Skip to content

vishnuram1999/SolcGUI

Repository files navigation

SolcGUI

This is GUI version of solc to get bytecode and ABI of a smart contract.

You can install the app locally and use it.

"hello_world.sol" smart contract is given in contracts directory for sample.

Installing

git clone https://github.com/vishnuram1999/solidity-compiler-gui.git
cd solidity-compiler-gui
pip install -r requirements.txt

Usage

python3 app.py

Open the localhost URL in browser.