Skip to content

Instantly share code, notes, and snippets.

@amazingandyyy
Last active February 8, 2017 03:46
Show Gist options
  • Save amazingandyyy/1ff94709b5c5115b178318780e0b1b7b to your computer and use it in GitHub Desktop.
Save amazingandyyy/1ff94709b5c5115b178318780e0b1b7b to your computer and use it in GitHub Desktop.
  1. Install SolC on Mac OSX
brew tap ethereum/ethereum
brew install solidity
which solc
  1. go to geth console
geth console

then do

admin.setSolc("path/to/solc")

the out put should be

['Solidity' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment