Skip to content

Instantly share code, notes, and snippets.

@TheWaWaR
Created February 8, 2018 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheWaWaR/372cc98b2e427d8921d3bfc9edb74418 to your computer and use it in GitHub Desktop.
Save TheWaWaR/372cc98b2e427d8921d3bfc9edb74418 to your computer and use it in GitHub Desktop.
Install cita development environment on mac
brew install zeromq libsodium gperftools
sudo pip install ethereum==2.2.0 pysodium toml
wget https://github.com/ethereum/solidity/releases/download/v0.4.19/solc-static-linux
chmod +x solc-static-linux
sudo mv solc-static-linux /usr/local/bin/solc
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2017-12-05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment