Skip to content

Instantly share code, notes, and snippets.

@DaveHudson
Created December 13, 2017 10:44
Show Gist options
  • Save DaveHudson/549798ac120e15299af07e520f543806 to your computer and use it in GitHub Desktop.
Save DaveHudson/549798ac120e15299af07e520f543806 to your computer and use it in GitHub Desktop.
Ethereum CLI
# Update Brew
brew upate
brew upgrade
# Install Ethereum
brew tap ethereum/ethereum
brew install ethereum
# Create an account on your node
geth account new
# Connect to the network
geth
# Setup app and install ethereumjs in test mode with web3
npm init
npm i --save ethereumjs-testrpc web3
# Create test accounts
node_modules/.bin/testrpc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment