Ethereum command line toolインストール

参考にした情報

Ethereumのホームページ

ubuntu14.04へインストール

プロキシ環境の場合は以下を行う。(PPA登録時にproxy設定が引き継がれず、後述のインストールでエラーとなるため)

sudo apt-get install software-properties-common
sudo -E add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update

Toolのインストール

# ethインストール
bash <(curl https://install-eth.ethereum.org -L)
# gethインストール
bash <(curl https://install-geth.ethereum.org -L)
# solidityコンパイラーのインストール
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install solc
which solc

Winfowsの場合

webthree-umbrellaより最新がダウンロードできる模様。