ialberquilla / aave-liquidation

Liquidation Aave protocol example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Liquidation Aave protocol example


Languages

Language:JavaScript 100.0%