Skip to content

The first noncustodial Lending protocol on Stellar Soroban. Slender allows users to lend and borrow any crypto asset which supported by the Soroban network.

License

Notifications You must be signed in to change notification settings

eq-lab/slender-ui

Repository files navigation

Slender UI

Slender is the first noncustodial Lending protocol on Stellar Soroban. Slender allows users to lend and borrow any crypto asset which supported by the Soroban network.

App and landing demos

Prerequisites

You will need:

Local Development

First, clone the project:

git clone --recurse-submodules git@github.com:eq-lab/slender-ui.git

Install dependencies:

cd slender-ui
yarn

Then run the development app server:

yarn workspace @slender/app dev

To run the development landing server:

yarn workspace @slender/landing dev

Open http://localhost:3000 with your browser to see the result.

Start editing the main app page by modifying packages/app/src/app/page.tsx. The page auto-updates as you edit the file.

Contributing

We use Conventional Commits to track changes. You can find types (such as feat and fix) and scopes of the project in Commitlint configuration. A git pre-commit hook checks commit messages.

Testing

To run automated checks:

yarn test

In this script, Prettier and ESLint go over the codebase. Take a notice that automated reformatting runs as a git hook on commits.

Credits and references

  1. UI / UX specification
  2. Slender technical specification
  3. This is a React project bootstrapped with Next.js.
  4. It also depends on UI Kit project which is included as a Git module.

License

Licensed under the MIT license. Copyright 2023 EQ LAB.

About

The first noncustodial Lending protocol on Stellar Soroban. Slender allows users to lend and borrow any crypto asset which supported by the Soroban network.

Resources

License

Stars

Watchers

Forks