Liquidation Aave protocol example
Last updated May 23, 2026
368
Stars
90
Forks
16
Issues
0
Stars/day
Attention Score
70
Language breakdown
JavaScript 100.0%
▸ Files
click to expand
README
Liquidation Aave protocol example
This repository is created only with educational purposes, it may contain errors. Use by your OWN riskMore 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
🔗 More in this category