Skip to content

Work Flow

Yash Garg edited this page Jul 10, 2022 · 3 revisions

Contracts

There are two contracts as of now=>

  • Lend.sol

This is the main contract handling all the transactions functionality.

  • Functions

    • getInstalmentAmount() => To get the instalment amount.
    • getNoOfInstalments() => To get the number of instalments.
    • getTotalAmountOwed() => To get the amount owed by the borrower.
Clone this wiki locally