Since I’ve beed writing quite some Solidity code recently, this post we be sharing some tricks to write modularized code in solidity. Make Library to act like an object This is one of the trick that I love most. In solidity, there is no such keyword of “class”. The similar thing would be “contract” in solidity. …