SNSuyash Nayaninsuyashblogs.hashnode.dev·Jul 4, 2022 · 5 min readGoogle Summer of Code 2022 with ChromiumRecently, Google announced the list of students who have been selected to work with different organisations in its Summer of Code 2022 program. I applied and sent my proposal to work with Chromium over the summer and I'm very happy to inform you all ...01T
SNSuyash Nayaninsuyashblogs.hashnode.dev·Feb 6, 2022 · 3 min readStorage and Memory in SolidityWhat is Storage and Memory in Solidity? Understanding Storage and Memory in Solidity is one of the toughest things to do. Storage and Memory as the name suggests can be related to something which might be there in your computer right now. Memory is l...01V
SNSuyash Nayaninsuyashblogs.hashnode.dev·Feb 6, 2022 · 2 min readMsg in SolidityWhat is msg in Solidity? Msg is a global variable in Solidity which handles everything related to the blockchain in the properties that it holds. Right from the gas fees to the amount of ether required to call any function in the smart contract, all ...00
SNSuyash Nayaninsuyashblogs.hashnode.dev·Feb 6, 2022 · 2 min readModifiers in SolidityModifiers in Solidity Modifiers, as the name suggests are something that modifies how a function would normally behave without them. The most common use case of Modifiers in Solidity is to check some prerequisite conditions before executing the funct...00
SNSuyash Nayaninsuyashblogs.hashnode.dev·Feb 6, 2022 · 2 min readNow in SolidityWhat is Now in Solidity As we know Solidity is the language we use to write programs and applications more commonly known as Decentralized Applications (dApps). These apps are called decentralized because they are programmed to run on the Blockchain....00