Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 379 Bytes

15.-attesters-users-verify-the-sign-up-proof.md

File metadata and controls

12 lines (10 loc) · 379 Bytes

15. Attesters/ Users verify the sign up proof

npx ts-node cli/index.ts verifyUserSignUpProof \
    -x $UNIREP_CONTRACT_ADDRESS  \
    -pf $SIGNUP_PROOF  \
    -p $SIGNUP_PUBLIC_SIGNALS

{% hint style="info" %} NOTE: See: cli/verifyUserSignUpProof for more verifyUserSignUpProof options. {% endhint %}