boredavinci / basefi

Decentralized lending on base

Home Page:https://basefi-nu.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BaseFi

Decentralized Lending on Base

BaseFi is a decentralized lending platform built on the Base blockchain. This repository contains the codebase for the platform and instructions for setting it up locally.

Getting Started

Prerequisites

Make sure you have PNPM installed on your system. If not, you can install it by following the instructions here.

Installation

  1. Clone the repository to your local machine.

  2. Navigate to the cloned directory.

  3. Run the following command to install the necessary packages:

    pnpm init

Running Locally

Start the local development server by running:

pnpm dev

This will start a local server, and you can access the application in your web browser at http://localhost:port, where port is the port number on which the server is running.

Smart Contracts

The main 2 contracts used in the project are deployed on:

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Support

If you encounter any problems or have any questions, please open an issue on GitHub or contact the maintainers.

Acknowledgments

  • The BaseFi community and all contributors who make this project possible.

Happy coding!

About

Decentralized lending on base

https://basefi-nu.vercel.app


Languages

Language:TypeScript 83.7%Language:Solidity 11.1%Language:JavaScript 3.9%Language:CSS 1.3%Language:Shell 0.1%