Problem
create_loan() does not check if the borrower meets
the minimum reputation threshold stored in the
parameters contract.
What To Build
- Add reputation check in create_loan()
- Add credit limit enforcement
Files To Touch
- contracts/creditline-contract/src/lib.rs
- contracts/creditline-contract/src/errors.rs
- contracts/creditline-contract/src/tests.rs
Acceptance Criteria
Mandatory Checks Before PR
Problem
create_loan() does not check if the borrower meets
the minimum reputation threshold stored in the
parameters contract.
What To Build
Files To Touch
Acceptance Criteria
Mandatory Checks Before PR