#solidity
Read more stories on Hashnode
Articles with this tag
Introduction This is my first time reviewing an NFT smart contract from front to back and while I'm not an expert I'm confident in my ability to...
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...