Sign up
How the UniRep smart contract can help user and attester sign up.
User Signs Up
function userSignUp(uint256 identityCommitment) externalconst hasSignedUp = 1
const airdroppedLeaf = hash(airdropPosRep, 0, 0, hasSignedUp)Attester Signs up
function attesterSignUp() external overridefunction attesterSignUpViaRelayer(
address attester,
bytes calldata signature
) external overrideLast updated