Aave V2 Liquidation Example
Example code for a liquidation strategy on Aave V2 Ethereum Mainnet using foundry
The tutorial repo is here.
Foundry
Foundry is a smart contract development tool like Hardhat, Truffle, etc. It’s known for fast compilation/testing time and probably because it’s written in Rust while Hardhat is in Typescript…