#solidity
Read more stories on Hashnode
Articles with this tag
Hey, have you ever come across a view function in solidity? This article shows you what they are and what they mean. What is a view function? A view...
What is an Enum? The word Enum stands for Enumerable. These are value types that consist of a predefined list of constant values. The values in the...
Hey there, Are you learning solidity and want to know about mapping? Here is an article for you! Mapping refers to a hash table consisting of key and...
Smart contracts are self-executing contracts with the terms of an agreement between buyers and sellers being directly written Into lines of code....
Structs are custom-defined types that can group several variables. Struct types are used to represent a record. It comprises a name and associated...
Hey there, I am pretty sure you have heard of arrays in other programming languages right? This article explains how arrays work in solidity. Array An...