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.
To contribute to Solend LITE, it is encouraged to run as a monorepo
- Clone the solendprotocol
/public
repo cd
intosolend-lite
and runyarn && yarn dev
- Create a
.env
file based on the included.env.example
. Check out/src/common/config.ts
for possibleENV
configurations - To host, use a provider like Vercel/Netlify and configure build environment variables accordingly. Make sure to set base directory as
solend-lite
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.
As always, come checkout the #dev-support channel in the Solend Discord for any questions or requests