Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 321 Bytes

GOALS.md

File metadata and controls

9 lines (7 loc) · 321 Bytes

Workshop goals

  1. hello-world crate built with make build.
  2. is_pet function passes its tests (tests.sh part-1)
  3. Borrowing math for utilisation is implemented.
  4. Interest rate is configurable.
  5. Exchange rate function is implemented.
  6. Lending pool contract is implemented fine.