Guest User

Untitled

a guest
Mar 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. new-project
  2. |
  3. +- build
  4. +- contracts
  5. | +- NewContract.sol
  6. |
  7. +- migrations
  8. +- ...
  9.  
  10. truffle-test
  11. |
  12. +-pet-shop-tutorial
  13. +-old-project
  14. | +- build
  15. | +- contracts
  16. | +- oldContract.sol
  17.  
  18. Compiling ...truffle-testold-projectcontractsOldContract.sol...
  19. Writing artifacts to .buildcontracts
  20. [...]
  21.  
  22. new-project
  23. |
  24. +- build
  25. | +- OldContract.JSON
  26. | +- NewContract.JSON
  27. +- contracts
  28. | +- NewContract.sol
Add Comment
Please, Sign In to add comment