Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ###Setup the Environment
  2. Setup is the same as in notes for video 2 with one added dependency.
  3. All the Node dependencies are listed as follows
  4. ```json
  5. // package.json
  6. {
  7. "dependencies": {
  8. "web3": "0.17.0-alpha",
  9. "ethereumjs-util": "4.5.0",
  10. "ethereumjs-tx": "1.1.2"
  11. }
  12. }
  13. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement