Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 449 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 449 Bytes

Liquidation scripts

This script check if there are unhealthy loans and execute the liquidation.

How to run

At the first time you should follow this steps:

  1. npm install
  2. npm run build
  3. cp -R node_modules /dist
  4. Complete env file with your private key
  5. copy .env.sample to .env
  6. npm run dev

Precondition

Remind to have enough assets to cover the debts and eth to pay the gas in your wallet (private key account).