Mastering the Checks-Effects-Interactions Pattern for Solidity Smart Contracts
When writing smart contracts in Solidity, security is very important. One common problem developers face is called a reentrancy attack, where a bad actor tricks a contract into doing something it shouldn’t by calling it repeatedly before it finishes ...
azeezokhamena.hashnode.dev3 min read