#web3
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...
Introduction Since learning about web3, blockchain, dapps and NFTs I've been so fascinated with the different technologies and how they come together...
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...