Skip to content

papercliplabs/compound-blue

Repository files navigation

Compound Blue

An open source Next.js frontend for Compound-managed lending, powered by the Morpho protocol on Polygon POS.


Development

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

Configuration

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.


Licensing

The code is under the GNU AFFERO GENERAL PUBLIC LICENSE v3.0, see LICENSE.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages