rLending is a decentralized investment and finance (DEFI) platform that allows users to invest in a safe way.
This repository holds the open source for the public rLending web application.
The rLending-protocol is based upon our own core of Smart Contracts which form an algorithmic distributed protocol deployed on the RSK network. This protocol defines pools of assets with algorithmically derived interest rates, based on the supply and demand for the assets. Suppliers (and borrowers) of an asset interact directly with the protocol, earning (and paying) a floating interest rate, without having to negotiate terms such as maturity, interest rate or collateral with a peer or counterparty.
Through the use of this web application, Lenders earn revenue in exchange for their supplied assets and borrowers pay interests for the assets they used.
![]() |
![]() |
|---|---|
![]() |
![]() |
- yarn ^v1.22
- node 12.x
- a deployed rLending-protocol
- Metamask or Nifty wallet to access your account
- Clone the repository to your localhost
- cd into the cloned repository
- Run:
yarn install, this will take care of all dependencies. - Run:
yarn serve, this will launch the server. - Point your browser towards https://localhost:8080/
- If you are here looking for the
middlewarelayer described in The Whitepaper, you will find it here - If you get erros related to dependencies, run:
yarn install --check-files



