Simple Full example
I've been searching for a simple way to get a project running which contains a contract which deposits to Aave v2. 99% of the examples on the internet are overly complicated.
It would be nice if the Aave v2 protocol had a simple working example which only required. The following to get it working
- A private Key/mnemonic for a Test account
- An Infura-key to run the chain locally.
Currently to get a simple contract operation it's overly complex, I even offered a hefty bounty on a question on StackOverflow for a simple example with instructions to provide an example for this which still failed to provide an executable example.
Ideally, the aave repo should provide a simple easy example with full instruction on how to write/deploy/run a simple contract which deposits to aave, Please if anyone know of a simple example to how to programatically deposit into Aave it would help the community greatly.