Skip to content

pollum-io/lyra-app

Repository files navigation

Lyra Loans App

Lyra Loans

This repository contains the web frontend developed for the Lyra Loans protocol using Next.js and Tailwind CSS.

Features

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

Installation and Execution

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.

Deployment

The front end is automatically deployed and hosted using Vercel with each push to the main branch.

License

This project is licensed under the MIT License.