Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 805 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 805 Bytes

KLEND LITE - A Lightweight dApp for the Kamino lending markets

License

About the project

This project is dedicated to build a lightweight open-source dApp for the Kamino lending markets (https://app.kamino.finance).

Goals:

  • Lightweight and fast
  • A second UI in case the Kamino site is unavailable
  • Open-source and free
  • Minimum dependencies

Limitations:

  • Desktop-first UI
  • Some advanced user knowledge required

Build and Develop

The following tools are required for development:

  • Node.js
  • TypeScript
  • Yarn
  • VSCode

Install dependencies via:

yarn install

Start a local development server:

yarn dev

Build a production site:

yarn build

License

MIT