본문으로 바로가기

mac solidity 설치 (solc)

category Blockchain&Crypto/Solidity 2022. 2. 23. 00:40
반응형

brew를 통해 설치하자.

brew update
brew upgrade
brew tap ethereum/ethereum
brew install solidity

 

아래 명령어를 통해 잘 설치 되었는지 확인할 수 있다.

 solc --version

 

반응형

 Other Contents