An open source Next.js frontend for Compound-managed lending, powered by the Morpho protocol on Polygon POS.
This repository is no longer maintained. The Compound Foundation has taken over hosting and maintenance in this repo.
If you are looking to fork or use Compound Blue for other use cases, we recommend checking out Morpho Blueprint which was purpose-built for whitelabeling.
Install Dependencies
pnpm iCreate and populate environment variables
cp .env.example .env
# Now populate the .env fileStart the development server
pnpm devRun tests
# Run all tests
pnpm test
# Vitest only
pnpm test:vitest
# Playwright only
pnpm test:playwrightBuild
pnpm buildAll configuration parameters outside of environment variables are set in src/config.ts.
All read-only data is powered by Whisk, and enters the app via the data layer. You can shim this layer out with your own data source, or reach out if you want to use Whisk.
Frontend audits are stored in the audits folder.
The code is under the GNU AFFERO GENERAL PUBLIC LICENSE v3.0, see LICENSE.