Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekwugha/reentrancy-attack

This is a pratical illustration of how Re-entrancy attacks works. I create a couple of smart contracts, GoodContract and BadContract to demonstrate this behaviour. BadContract will be able to drain all the ETH out from GoodContract. Also wrote tests to see how it works.
https://github.com/ekwugha/reentrancy-attack

hardhat reentrancy solidity-contracts test

Last synced: 4 days ago
JSON representation

This is a pratical illustration of how Re-entrancy attacks works. I create a couple of smart contracts, GoodContract and BadContract to demonstrate this behaviour. BadContract will be able to drain all the ETH out from GoodContract. Also wrote tests to see how it works.

Awesome Lists containing this project