This is a demo app of a unirep attester. In this demo app, users can request reputation from the example attester. After transition, user can prove how much reputation he has.
See: Users and Attesters
npx create-unirep-app
Then cd
into the directory that was created.
There are two ways to start the example attester:
yarn start
Then the frontend will be running at: http://localhost:3000/
yarn contracts hardhat node
in new terminal window, from root:
yarn contracts deploy
yarn relay keys &&
yarn relay start
in new terminal window, from root:
yarn frontend start
It will be running at: http://localhost:3000/