Skip to content

Instantly share code, notes, and snippets.

View anbaccar's full-sized avatar

Alessandro Baccarini anbaccar

View GitHub Profile
@zulhfreelancer
zulhfreelancer / install.sh
Last active October 3, 2022 15:36
How to install Solidity 0.4.x on Mac using Homebrew?
# Step 1 - Remove previous solc
$ brew uninstall solidity
Uninstalling /usr/local/Cellar/solidity/0.5.4... (6 files, 7MB)
# Step 2 - Make sure it's gone
$ which solc
solc not found