Skip to content

ialberquilla/aave-liquidation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Create the .env file mv .env.template .env

  2. Fill the variables in the .env file

  3. Install dependencies npm install

Integration test

This is an integration test, and will call external resources in ropsten network

  1. Fill the test data

  2. Execute test npm test

Execute liquidation

  1. Fill the data on app.js

  2. Execute liquidation script npm start

Releases

No releases published

Packages

No packages published