# Cash Flow Lender

This repository contains the smart contracts for the new version of the Cash Flow Lender contract, that tracks the
money lent to Ensuro partners who pay the premiums on a monthly basis (or other configurable periods).

Try running some of the following tasks:

```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
```
