Skip to content

Latest commit

 

History

History
 
 

solend-lite

Solend LITE

Solend LITE is a lightweight open-source client to the Solend program. It serves as a backup site, a starting point for third-party applications built on top of solend, and a way to personally host your own Solend client.

How to run

Working on Solend LITE

To contribute to Solend LITE, it is encouraged to run as a monorepo

  1. Clone the solendprotocol/public repo
  2. cd into solend-lite and run yarn && yarn dev
  3. Create a .env file based on the included .env.example. Check out /src/common/config.ts for possible ENV configurations
  4. To host, use a provider like Vercel/Netlify and configure build environment variables accordingly. Make sure to set base directory as solend-lite

image

"Eject" to fork your own project

Solend LITE is designed to be forked. Simply move the solend-lite repo out of public and solend-lite will function as a standalone package, pulling solend-sdk dependencies from the npm registry.

FAQ

As always, come checkout the #dev-support channel in the Solend Discord for any questions or requests