Basic Web3 JS package to pull data directly from ETH Mainnet lending platform contracts. First speciically AAVE to begin with.
Install package dependencies
$> npm i
Copy .env.example
and add the blank and needed environment variables before booting.
$> cp .env.example .env
Using the Makefile
to exec the script.
$> make run