An open source Next.js frontend for Compound-managed lending, powered by the Morpho protocol on Polygon POS.
Install Dependencies
pnpm i
Create and populate environment variables
cp .env.example .env
# Now populate the .env file
Start the development server
pnpm dev
Run tests
# Run all tests
pnpm test
# Vitest only
pnpm test:vitest
# Playwright only
pnpm test:playwright
Build
pnpm build
All 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.
The code is under the GNU AFFERO GENERAL PUBLIC LICENSE v3.0, see LICENSE
.