Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. λ truffle.cmd migrate --reset
  2.  
  3. Compiling your contracts...
  4. ===========================
  5. > Everything is up to date, there is nothing to compile.
  6.  
  7.  
  8. Starting migrations...
  9. ======================
  10. > Network name: 'development'
  11. > Network id: 10
  12. > Block gas limit: 1702452429
  13.  
  14.  
  15. 1_initial_migration.js
  16. ======================
  17.  
  18. Replacing 'Migrations'
  19. ----------------------
  20. > transaction hash: 0xbb9fc26e04cd017c3e69a37fd2d0062553c749fd752cbc2f67a1727af519c7e1
  21. > Blocks: 0 Seconds: 0
  22. > contract address: 0xd0a5685a4ba479D0FF4E86Ca8300738573816c63
  23. > account: 0xed9d02e382b34818e88B88a309c7fe71E65f419d
  24. > balance: 1000000000
  25. > gas used: 284908
  26. > gas price: 0 gwei
  27. > value sent: 0 ETH
  28. > total cost: 0 ETH
  29.  
  30.  
  31. > Saving migration to chain.
  32. > Saving artifacts
  33. -------------------------------------
  34. > Total cost: 0 ETH
  35.  
  36.  
  37. 2_deploy_simplestorage.js
  38. =========================
  39.  
  40. Deploying 'SimpleStorage'
  41. -------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement