ZKedit is a credit protocol that allows users to borrow crypto with their credit information issued by trusted parties.
- slides: https://drive.google.com/file/d/1nzdDGfwVjyEPwzsz9S_A9cjklE4wVRaA/view?usp=sharing
- demo: https://www.youtube.com/watch?v=oH12eSN-5Mg
To run contracts, go inside the contracts
folder:
cd contracts
Then, follow the intructions in the README file in the contracts
folder.
To run the frontend, go inside the ui
folder:
cd ui
Then, follow the intructions in the README file in the ui
folder.