Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 378 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 378 Bytes

CMD

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew update

brew doctor

export PATH="/usr/local/bin:$PATH"

brew install node

brew install git

npm install --global yarn

npm i -g truffle

npm i -g corepack

truffle dashboard

yarn install

yarn deploy --network truffle

yarn verify CONTRACT_ADDRESS --network truffle