rchain / bounties

RChain Bounty Program
MIT License
90 stars 62 forks source link

Membership payment and identity proofing ethereum contract. #16

Closed jimscarver closed 6 years ago

jimscarver commented 7 years ago
  1. Attributions and membership with uPort Identity.
  2. POC being developed in MemberIdentity.sol
  3. decouple payment and ID proofing with separate pay dues function taking membership hash
  4. change use case to keep verification codes off chain.
  5. provide for hash of current information in addition to the perminant hash id generated on initial application to the coop?
lapin7 commented 7 years ago

Jim, Let's have a look how the membership hash can be integrated into the membership registration form. Cheers HJ.

jimscarver commented 7 years ago

Let's keep the hash private for now and allow people to apply and pay separately. When we want to prove an identity factor we can share the hash and id string. The identity proof contract can be launched then.

If the Metropolis Ethereum release happens before that we can use zk-snarks for proving factors :-D