Hello, everyone.
I just started reading AAVE docs, and FlashLoan topic seems interesting. But docs says developers have to write their own smart contract in which they import logic from Aave FlashLoan smart contract. And I wonder, is it necessarily? I mean, libraries like web3.py on Python and ethers.js on JS allows to work with any contract and its functions if we know ABI. So I guess we can technically just use some things from AAVE contracts without need of writing our own.
1 Like