Skip to content

Instantly share code, notes, and snippets.

@glynnbird
Created February 13, 2017 10:19
Show Gist options
  • Select an option

  • Save glynnbird/a09c62fecfc07a26641078ca5ed50d0d to your computer and use it in GitHub Desktop.

Select an option

Save glynnbird/a09c62fecfc07a26641078ca5ed50d0d to your computer and use it in GitHub Desktop.
Installing Ethereum and Solidity

Method

Install the "geth" Ethereum client

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

Install "solc" Solidity compiler

sudo apt-get install solc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment