Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 758 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 758 Bytes

Superlend

Level up your DeFi experience with best lending & borrowing aggregator with over 100+ markets.

Accessing the Superlend Interface

To access the Superlend Interface, use link from the latest release, or visit Superlend.

Project setup

To install the dependencies:

npm install

Running the interface locally

npm run dev

The interface should automatically open. If it does not, navigate to [http://localhost:3000].

Creating a production build

npm run build