This is an example application of a UniRep attester. The app attests to user data that becomes a user's reputation score, which helps other users decide who they will engage with.
See: Users and Attesters
git clone https://github.com/trustlist/trustlist.gitThen cd into the directory that was created and install packages
yarn installyarn buildyarn contracts hardhat nodein new terminal window, from root:
yarn contracts deployyarn relay startin new terminal window, from root:
yarn frontend startIt will be running at: http://127.0.0.1:4000/
yarn lint:fixyarn lint:check