Mac Solidity Setup

From rbachwiki
Revision as of 21:24, 10 March 2018 by Bacchas (talk | contribs)
Jump to navigation Jump to search

Solidity Programming setup

  • Install Xcode
  • Open xcode to accept the license agreement.
  • Close xcode
  • Open terminal
xcode-select --install

this will install command line tools, which is needed to install homebrew

  • Install homebrew
  • Copy and paste script from brew into terminal
  • Install Geth
brew update // update catalog
brew tap ethereum/ethereum // add the ethereum repository to catalog
brew install ethereum

To upgrade an existing installation

brew upgrade ethereum