use solc 0.5.4

This commit is contained in:
Trung Nguyen 2019-03-06 15:50:24 -05:00
parent dadd8b0f30
commit e9f2596e19
No known key found for this signature in database
GPG Key ID: 4636434ED9505EB7
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@ fi
jdk_switcher use openjdk8
java -version
mvn --version
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt update
sudo apt-get -y install solc
sudo wget https://github.com/ethereum/solidity/releases/download/v0.5.4/solc-static-linux -O /usr/local/bin/solc
solc --version
echo "---> tools installation done"