Skip to content

elysia-dev/ZKredit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

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.