Skip to content
Thndr edited this page Jun 4, 2016 · 16 revisions

Requirements

  • git, node (5.0), npm, g++
sudo apt-get install git build-essential g++

NodeJS

sudo apt-get install nodejs npm

If you wish you can use Node Version Manager instead of basic Apt-Get nodejs

1. Go-Ethereum

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

2. Embark

npm install -g embark-framework grunt-cli

See the Quick Guide

3. Ethersim

npm install -g ethersim

EtherSim github

Original Instructions

go-ethereum

Clone this wiki locally