The Software Economist Blog
Practical notes on Enterprise software systems and the economics of software.
...by Daniel Szego
"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.
Newer Post
Older Post
Home