Difference between revisions of "Mac Solidity Setup"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
To upgrade an existing installation | To upgrade an existing installation | ||
brew upgrade ethereum | brew upgrade ethereum | ||
* Install Ganache [http://truffleframework.com/ganache/] | * Install Ganache [http://truffleframework.com/ganache/ Ganache] | ||
* New version has a bug so install[https://github.com/trufflesuite/ganache/releases Ganache Version 1] | |||
** Ganache is like testrpc |
Revision as of 21:24, 10 March 2018
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
- Go to Brew sh
- 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
- Install Ganache Ganache
- New version has a bug so installGanache Version 1
- Ganache is like testrpc