The Software Economist Blog
Practical notes on Enterprise software systems and the economics of software.
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.
‹
›
Home
View web version