Tools Installation
Geth
brew tap ethereum/ethereum
brew install ethereum
testrpc
npm install -g ganache-cli
Truffle
npm install -g [email protected] # the course material is not based on the latest version
brew tap ethereum/ethereum
brew install ethereum
npm install -g ganache-cli
npm install -g [email protected] # the course material is not based on the latest version