Skip to content
Iuri Matias edited this page Jan 14, 2017 · 16 revisions

Requirements

  • git, node (4, 5, or 6), 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

See the Quick Guide

3. EthereumJs-TestRPC

npm install -g ethereumjs-testrpc

EtherSim github

Original Instructions

go-ethereum

Clone this wiki locally