Awesome
Liquidation Aave protocol example
This repository is created only with educational purposes, it may contain errors. Use by your OWN risk
More info in Medium post
Installation instructions
-
Create the .env file
mv .env.template .env
-
Fill the variables in the .env file
-
Install dependencies
npm install
Integration test
This is an integration test, and will call external resources in ropsten network
-
Fill the test data
-
Execute test
npm test
Execute liquidation
-
Fill the data on app.js
-
Execute liquidation script
npm start