#programming-blogs
Read more stories on Hashnode
Articles with this tag
Solidity the language of smart contracts is somewhat similar to java or other Object Oriented Programming(OOP) Languages. Alot data types in solidity...
These are some really simple yet helpful tricks you can use. 1. Using push_back() instead of concatenate string. If you are using string...