Deep Dive into Solidity
Fundamentals of Developing Smart Contracts 🚀
A contract is really a class, a collection of state variables and functionsWhile starting with the smart contracts we have to start the file with the smart contract version which is pragma solidity ^--ver...
sidharthviz.hashnode.dev3 min read