Learning and Blogging about Solidity and Smart Contracts.
Nothing here yet.
Solidity the language of smart contracts is somewhat similar to java or other Object Oriented Programming(OOP) Languages. Alot data types in solidity are similar to data types of Java or C++, but it does have some very interesting and different data ...

These are some really simple yet helpful tricks you can use. 1. Using push_back() instead of concatenate string. If you are using string concatenation if you want to add a char at the end of a string then use push_back() function instead because fo...
