Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 574 Bytes

Confidential DID Dapp

Store PII (Personally Identifiable Information) such as your credit score on-chain in an encrypted manner. The contract can compare the encrypted credit score with 700. The answer is decrypted and returned as a view function, but the credit score itself is never revealed.

The Solidity contract can be found in CreditScorePII.sol

Get Started

Clone the project, then run:

npm install
npm run dev

The dapp should run on http://localhost:5173.