ialberquilla / aave-liquidation
- суббота, 2 июля 2022 г. в 00:31:38
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
Create the .env file
mv .env.template .env
Fill the variables in the .env file
Install dependencies
npm install
This is an integration test, and will call external resources in ropsten network
Fill the test data
Execute test
npm test
Fill the data on app.js
Execute liquidation script
npm start