Member-only storySolidity Tutorial : all about CommentsJean Cvllr·Follow10 min read·Aug 1, 2019--2ShareTable of Content1) How to write Comments in Solidity ?2) The Different Types of Comments in Solidity3) NatSpec Comments: what are they ?4) Using Doxygen Tags with Napstec comments
Jean CvllrSolidity — All About Try / CatchThis is Part IV of the All About Errors sub-series.·9 min read·Apr 25--2
Jean CvllrinBetter ProgrammingSolidity Tutorial: All About CalldataUnderstanding the “data” field of an Ethereum transaction in Solidity.·19 min read·Oct 29, 2022--4
BloqarlSolidity Gas Optimization: Understanding how EVM works can save you gasYou might have come across some Solidity tips to improve your code skills in order to save some gas, but, today I want to focus more on how…·5 min read·Mar 1--3
Jean CvllrinBetter ProgrammingSolidity Tutorial — All About Time UnitsExamining the available suffixes in Solidity when handling time in smart contracts·10 min read·Feb 21--2
AmaliainCoinsBenchSolidity #24 . create2How to create a contract from a contract and pre-compute its address.·5 min read·Feb 10--
Jean CvllrinBetter ProgrammingSolidity Tutorial: All About Constants and ImmutablesWalk through the inner working of constant variables in Solidity·11 min read·Jan 31--
Shubham YadavinCoinsBenchWhitelisting Using Merkle Tree In SolidityIntroduction: A Merkle tree, also known as a hash tree, is a data structure that is commonly used in cryptography and computer science. It…6 min read·4 days ago--