Easy steps to install solidity package on Mac
Package Information:
Application Name – solidity
What is solidity – Not Available for solidity
Use of solidity – Contract-oriented programming language
URL – https://soliditylang.org
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install solidity using brew
brew install solidity
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
solidity is ready to use now!