22 followers
Michael Fawole is a Blockchain and web application developer with 7+ years of experience and 3 years plus of experience in blockchain dapp development.
smart contract are immutable which means once they are deployed, they cannot be changed but what if the developer wants to make changes to the code ·...
Hello readers, in this article I will be explaining explicitly overflow and underflow in solidity. Before I define what overflow and underflow are,...
Solidity Simplified · Hello readers. In this article, I will be explaining all that we need to know about msg.sender, msg.value and address(this) in...
Hello readers, in this article, I will be explaining explicitly what we called Iterable mapping using code. First step is to declare your pragma...
Naming token in solidity for beginner. · Hello readers, in this article, I will be showing you how to create your own token with name, symbol and decimal...
Hello readers, in this article, you are going to learn the difference between view and pure function scope and when to use them. Let first declare...