Skip to content
This repository has been archived by the owner on Mar 19, 2018. It is now read-only.

Installation Linux

martin becze edited this page Feb 10, 2015 · 1 revision

Install node.js

From Here

curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs

Install ethereumjs-lib

git clone https://github.com/ethereum/ethereumjs-lib
cd ethereumjs-lib
git checkout develop
npm install .

Running randomized tests

./bin/tester -r 'a State test you want to run'