#crypto
Read more stories on Hashnode
Articles with this tag
Memory and storage In solidity, the memory keyword is a temporary place to store information vs the storage keyword which holds data between function...
Introduction Solidity is an object oriented programming language which we use to write smart contracts on the blockchain. This is the first part of my...