Testing integration of Aave into the protocol.
- Get vscode
- Place the solidity and python extensions
- Get Python 3
- install node v. 16.xx.xx
- install ganache-cli using npm
- install brownie using pip
- Solve the problems you encounter
- Voila
$ brownie test
Mocks don't really reproduce the dynamics of an aToken but they are good enough for testing what we want.
We developed the aave integration sepparetly from the tableland one which ended un giving us a lot of trouble at the end so we could not finish integrating because of a problem with sonme dependencies. But all the work was done.