Defi dashboard calculating the APYs for the Compound & AAVE liquidity protocols.
TODO: add AAVE APYs...
This is a Next.js project bootstrapped with create-next-app
.
Auto generate dependencies in package.json:
npm install dependencies
Plug in your provider/Infura endpoint in apy.js:
// Infura endpoint URL
const provider = '<your_infura_endpoint>';
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.