Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 695 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 695 Bytes

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