Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 392 Bytes

File metadata and controls

25 lines (16 loc) · 392 Bytes

Introduction

Basic Web3 JS package to pull data directly from ETH Mainnet lending platform contracts. First speciically AAVE to begin with.

Setup

Install package dependencies

$> npm i

Copy .env.example and add the blank and needed environment variables before booting.

$> cp .env.example .env

Run

Using the Makefile to exec the script.

$> make run