#solidity
Read more stories on Hashnode
Articles with this tag
If you want to get into Web3 you should know how to program a Smart Contract. This article will teach you everything you need to know about the...
Solidity provides value types and reference types. Reference types are arrays, mappings and structs. Value types are all other data types like string,...
Visibility modifiers define the visibility for both state variables and functions. Visibility modifiers determine whether or not you are able to...
Write your first Smart Contract using Solidity ยท Solidity is a programming language used for writing smart contracts on the Ethereum blockchain. I will...