Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 2.04 KB

README.md

File metadata and controls

32 lines (23 loc) · 2.04 KB

CryptoBureau

The suite is deployed on Polygon Mumbai as most of ZK tech are not available on other testnets.

Customers initially register with CryptoBureau contract using WorldID which is used for unique identification. Then, different frontend integrations help to generate ZK proofs to be submitted and verified on-chain. Successful verifications result in updated credit score. Interaction with lender affects the collaterization coefficiant as the history is being preserved.

ZK Technologies:

Frontend:

  • vite + react
  • rainbowkit + wagmi + ethers
  • antd for layout and UI

Backend:

Smart Contracts:

  • hardhat + solidity
  • unit-tests to simplify development
  • aave for handy testnet DAI and jEUR tokens

ETHGlobal Lisbon Hack Version

Original hack version of the code is available in hack branch.

More details here: #2