An open source Next.js frontend for Compound-managed lending, powered by the Morpho protocol on Polygon POS.
Install Dependencies
pnpm iCreate and populate environment variables
cp .env.example .env
# Now populate the .env file Start 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.