13. Attesters/ Users verify the reputation proof

npx ts-node cli/index.ts verifyReputationProof \
    -x $UNIREP_CONTRACT_ADDRESS  \
    -pf $REPUTATION_PROOF  \
    -p $REPUTATION_PUBLIC_SIGNALS

See: cli/verifyReputationProof for more verifyReputationProof options

If the proof is verified valid, the message will be printed:

Epoch key of the user: 364193153
Verify reputation proof from attester 1 with min rep 1, reputation nullifiers amount 0 and graffiti pre-image 0, succeed

Last updated