Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 760 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 760 Bytes

ZKredit

ZKedit is a credit protocol that allows users to borrow crypto with their credit information issued by trusted parties.

demo-image

Run Locally

Run contracts

To run contracts, go inside the contracts folder:

cd contracts

Then, follow the intructions in the README file in the contracts folder.

Run ui

To run the frontend, go inside the ui folder:

cd ui

Then, follow the intructions in the README file in the ui folder.