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. Also, with foundry you write tests with solidity, so maybe foundry will become a go-to dev…