curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.17.1/protoc-3.17.1-linux-x86_64.zip
unzip -d protoc protoc-3.17.1-linux-x86_64.zip
mv protoc/bin/protoc $GOBIN
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install solc
cd $GOPATH/src/github.com/ethereum/go-ethereum/
if you are working without modules. orcd $GOPATH/pkg/mod/github.com/ethereum/go-ethereum/
if you are working with modules.make devtools