Skip to content
forked from Unirep/Unirep

UniRep is a private and nonrepudiable reputation system based on ZKP

License

Notifications You must be signed in to change notification settings

PinkDiamond1/Unirep

 
 

Repository files navigation

Unirep Protocol

Github license Linter eslint Code style prettier Circle CI

unirep

💡 About Unirep

UniRep is a private and non-repudiable reputation system. Users can receive positive and negative reputation from attesters, and voluntarily prove that they have at least certain amount of reputation without revealing the exact amount. Moreover, users cannot refuse to receive reputation from an attester.

📘 Documentation

Read the medium article to know more about the concept of Unirep protocol. For more information, refer to the documentation

📦 Project Structure

  • Package Version Description
    core NPM version Unirep protocol related functions.
    contracts NPM version Unirep smart contracts, ZKP verifiers and contract related functions.
    circuits NPM version Unirep circom circuits and circuit related functions.
    crypto NPM version Crypto utils which are used in unirep protocol.
    subgraph - Subgraph of unirep smart contract.

🛠 Install and test

Install and build

yarn & yarn build

Run test

yarn test

🎯 Contributing

Contributions are always welcome! Feel free to open any issue or send a pull request. Go to CONTRIBUTING.md and CODE_OF_CONDUCT.md to learn about how to contribute to Unirep project!

🙌🏻 Join our community

  • Discord server:
  • Twitter account:
  • Telegram group:

Privacy & Scaling Explorations

This project is supported by Privacy & Scaling Explorations in Ethereum Foundation. See more projects on: https://appliedzkp.org/.

About

UniRep is a private and nonrepudiable reputation system based on ZKP

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.5%
  • Solidity 8.3%
  • JavaScript 2.9%
  • Shell 0.3%