#2articles1week
Read more stories on Hashnode
Articles with this tag
A honeypot is a smart contract that purports to leak cash to an arbitrary user due to a clear vulnerability in its code in exchange for extra payments...
Before transactions are added to the block, they are first sent to the transaction pool (mempool). In the mempool, the miners mine the transaction...
Denial of Service by rejecting to accept Ether. There are many ways to attack a smart contract to make it unusable. One exploit is a denial of service...
A miner can manipulate the block.timestamp which can be used to their advantage to attack a smart contract. block.timestamp can be manipulated by...
Introduction A reentrancy attack in solidity repeatedly withdraws funds from a smart contract and transfers them to an unauthorized contract until the...
Introduction Initially, data was processed on the server and an HTML page was delivered to the client-side browser to display a web page. This worked...