...by Daniel Szego
quote
"On a long enough timeline we will all become Satoshi Nakamoto.."
Daniel Szego

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.