@ensuro/cash-flow-lender
Version:
Contract to track the debt with partners that pay on a monthly basis, used by the Ensuro Protocol
13 lines (9 loc) • 361 B
Markdown
# 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
```