Using Smart contract Audit toolsWhile the Manual review process is irreplaceable, to speed up the process, audit tools come in handy. Over the deployment of smart contracts, through attacks done on many live projects, a list of vulnerabilities has been identified and all new projec...Apr 11, 2023·4 min read
Smart Contract Auditing toolsSmart contract Auditing is an important step in the development and deployment of projects on the blockchain. The immutability is the key reason for the smart contract to be reviewed before deployment. Once deployed, there is little that one can do i...Apr 11, 2023·3 min read
Check list of Vulnerabilities in Smart contracts1) Solidity Version Using a single solidity version in the suite of smart contracts. 2) Unlocked Pragma The unlocked pragma can bring the risk of having different versions during testing and deployment. Hence don't use ^ in the version, better to loc...Apr 3, 2023·8 min read
My first review on Smart contractsThis is my first review of smart contracts of a project that is already live on mainnet. This is a learning exercise and hence I was keen to find a project that was simple to start with. It was also important for me to go back and check if this attem...Apr 3, 2023·4 min read
Recent Hacks in Web3Decentralized Finance is an interesting field where there are a lot of new approaches being explored around how money can be used for lending and trading. The approaches are very different from what we saw in traditional finance. New approaches to fi...Mar 27, 2023·2 min read