SmartLoan / smartloan-sml-paper

A smart contract as education loan
GNU General Public License v3.0
4 stars 3 forks source link

Updates #4

Open Asvoria opened 3 years ago

Asvoria commented 3 years ago

Things need to create:

  1. App where users can modify the variables, will generate a spreadsheet that shows payment plan and total interest paid. This tool will help users to design their own contract suitable to their needs.
  2. securitize the loans (pooling them up)
  3. Flow chart for the repayment scheme.
  4. Implement Hyperledger Indy for credential evaluation of borrowers.
  5. Integrate with Remix IDE, some tool that enables borrower to retrieve their generated contracts, compile, and deploy. All done with mobile.
  6. This project is not something can be complete within one month as currently, the dapp is not fully working and it is just for showcasing the idea and concept.

Demo flow:

  1. User login
  2. key in parameters:
    Amount to borrow
    Duration to repay
    ** University offer reference number.
  3. Confirmation, and will generate smart contract .sol based on parameter entered.
  4. User compile and deploy the contract through Remix IDE.
  5. Lender buy token, borrower receive celo, then Lender receive PINE token with specific contract address.
  6. End of demo.
Asvoria commented 3 years ago

@Ianmunge Hi Ian, I added the lender's login button some changes to integrate the contract

Screenshot 2021-04-11 at 7 00 03 PM