Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 224 Bytes

File metadata and controls

17 lines (9 loc) · 224 Bytes

Install homebrew

https://brew.sh/

Install node

brew install node

Install Truffle

npm install -g truffle

Install Ganache CLI

Personal blockchain for Ethereum development

npm install -g ganache-cli