morkeltry / GAP-microfinance

GAP microfinance frontend and Solidity prototype
0 stars 1 forks source link

ethAddress / IDbox ID registration contract #11

Open morkeltry opened 6 years ago

morkeltry commented 6 years ago

to be accessed from server.

Stores: ethAddress -> (current) phoneNo

Emits: ethAddress -> phoneNo

Need to brainstorm on protecting personal details. For multiple lenders, this may require choosing between multiple one-of-many hash secrets and a shared lender hash secret.