Skip to content

Instantly share code, notes, and snippets.

@tpmccallum
Last active February 6, 2018 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tpmccallum/0e58fc4ba9061a2e634b7a877e60143a to your computer and use it in GitHub Desktop.
Save tpmccallum/0e58fc4ba9061a2e634b7a877e60143a to your computer and use it in GitHub Desktop.
epn_18
cd ~
sudo apt-get update
sudo apt-get upgrade
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - sudo apt-get install -y nodejs
sudo apt-get install nodejs
npm -v
nodejs -v
npm install levelup leveldown rlp merkle-patricia-tree --save
git clone https://github.com/ethereumjs/ethereumjs-vm.git
cd ethereumjs-vm
npm install ethereumjs-account ethereumjs-util --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment