Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 716 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 716 Bytes

DeFi Workbench

This project implements a Decentralized Finance (DeFi) library in OCaml, and experiments to explore the behaviour of DeFi ecosystems.

Usage

To build a test:

$ dune build test/test.exe

To run a test:

$ dune exec test/test.exe

References