Created
June 12, 2017 12:37
-
-
Save ayakix/d69cb6789d4e94be13317376d51fb7f1 to your computer and use it in GitHub Desktop.
Running truffle-webpack tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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