Skip to content

Instantly share code, notes, and snippets.

@ayakix
Created June 12, 2017 12:37
Show Gist options
  • Save ayakix/d69cb6789d4e94be13317376d51fb7f1 to your computer and use it in GitHub Desktop.
Save ayakix/d69cb6789d4e94be13317376d51fb7f1 to your computer and use it in GitHub Desktop.
Running truffle-webpack tutorial
# https://www.youtube.com/watch?v=muWuHIPeXb4
brew tap ethereum/ethereum
brew install ethereum
npm install -g ethereumjs-testrpc
npm install -g truffle
testrpc -b 1
# new tab
truffle init webpack
truffle compile
truffle migrate
npm run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment