- Install SolC on Mac OSX
brew tap ethereum/ethereum
brew install solidity
which solc
- go to geth console
geth console
then do
admin.setSolc("path/to/solc")
the out put should be
['Solidity' ]
brew tap ethereum/ethereum
brew install solidity
which solc
geth console
then do
admin.setSolc("path/to/solc")
the out put should be
['Solidity' ]