Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 682 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 682 Bytes

Limestone Monorepo

Monorepo containing code pertaining to Limestone's contracts, API, etc.

Monorepo Structure

  • cancun - Latest Limestone contracts, such as the PositionCoordinator and MultiModalWorker.
  • core - Limestone's legacy contracts such as the old lending pool facet.
  • simulations - Arbiter agent-based simulations used in testing/auditing Limestone contracts and lending environment.

Tasks

Overall Syntax

Use the following to run specific tasks pertaining to one of the projects:

nx <target> <project-name>

Building (Contracts)

nx build <foundry-project-name>

Testing (Contracts)

nx build <foundry-project-name>