Takshil Patil·Dec 13, 2022Guide to Full Stack Solidity Developer - Part 3Previous Part: https://medium.com/coinmonks/guide-to-full-stack-solidity-developer-part-2-c11b8c14ea20
Takshil Patil·Dec 13, 2022Smart Contract Testing (not Auditing)Comparision of developing and testing frameworks, dev — hardhat,truffle & testing-mocha,chai,foundary,brownie,etc.
Takshil Patil·Dec 12, 2022Smart Contract “Visualisation” - Make reading of complex contract simplerin progress…
Takshil Patil·Dec 12, 2022Solidity Tools Collection - Development & TestingSummary: This is a list of all tools that can help during blockchain development and testing. These are EVM focused tools.
Takshil Patil·Nov 16, 2022Using 3rd party libraries in Remix IDEThankfully I dont have to write an article, as remix provides rich documentation for the same. Visit the below documentation.
InCoinmonksbyTakshil Patil·Aug 22, 2022Improving Comments in SolidityWe can improve comments for functions, such that an easy documentation can be obtained about the contract. We will use the markdown…
InCoinmonksbyTakshil Patil·Aug 22, 2022Data Storage in Soliditystorage and memory are two ways of storing data in Solidity.
InCoinmonksbyTakshil Patil·Aug 7, 2022Solidity Functions that do not consume any gasWhy I wrote this blog? I had an assumption that only integers (read operation) does not require gas fees, but as I explored more contracts…A response icon1A response icon1