This repository contains the web frontend developed for the Lyra Loans protocol using Next.js and Tailwind CSS.
The frontend allows users to:
- Connect their crypto wallet (Metamask, WalletConnect, etc.)
- View information about loan pools
- Deposit collateral (TSELIC)
- Deposit DREX into pools to earn yield
- Take out loans in DREX
- Redeem and transfer tokens
- View positions and earnings
First, clone the repository and install the dependencies:
git clone https://github.com/pollum-io/lyra-app
cd lyra-app
To install the dependencies:
yarn install
To start the application locally:
yarn dev
The application will be available at http://localhost:3000
.
The front end is automatically deployed and hosted using Vercel with each push to the main
branch.
This project is licensed under the MIT License.