Skip to content

Instantly share code, notes, and snippets.

@zulhfreelancer
zulhfreelancer / install.sh
Last active February 3, 2025 07:37
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