Wednesday, December 6, 2017

Solidity and Truffle Tips and Tricks - writing out information during the migration script


If you want write out information during the migration script in Truffle:

console.log("message");

works pretty well.