KLEND LITE - A Lightweight dApp for the Kamino lending markets
This project is dedicated to build a lightweight open-source dApp for the Kamino lending markets (https://app.kamino.finance).
- Lightweight and fast
- A second UI in case the Kamino site is unavailable
- Open-source and free
- Minimum dependencies
- Desktop-first UI
- Some advanced user knowledge required
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