Venkat Rvenkatr.hashnode.dev·Aug 23, 2024The Impact of Decentralized Finance (DeFi) on Traditional BankingIntroduction Decentralized Finance (DeFi) is one of the most disruptive innovations in the financial industry, offering an alternative to traditional banking systems by leveraging blockchain technology. By eliminating intermediaries, DeFi platforms e...defi
Onu Daniel Onyebuchislowbugdev.hashnode.dev·Aug 13, 2024Deep Dive into Reentrancy AttacksReentrancy attacks have become one of the most exploited vulnerabilities in web3. These attacks exploit the recursive calling mechanisms in smart contracts thus aiding bad actors to repeatedly withdraw funds before the initial transaction is complete...reentrancy attack
Awokunle Samsontrysam.hashnode.dev·Apr 5, 2023Smart Contract Vulnerability ChecklistA smart contract is a computer program that executes automatically when certain predefined conditions are met. While smart contracts offer numerous advantages, they can also be vulnerable to certain types of attacks or exploits. Here are some common ...2 likes·75 readsSmart Contracts
Harborharbor.hashnode.dev·Mar 5, 202330 most common smart contract vulnerabilitiesVoid constructor Calls to unimplemented base contract constructors lead to incorrect assumptions. If the constructor is not implemented, remove the call. Using a single Solidity compiler version across all contracts is preferable rather than using d...31 readsSmart Contracts