Closed makoto closed 7 years ago
Sounds interesting - a somewhat related project I've been working on is being able to tie a persons reddit username to their blockchain address using Oraclize: https://github.com/RedditRegistereth/RedditRegistry
BTW - I was at your talk at last weeks Ethereum meetup - very interesting - I am going to try and come to one of your code based meetups soon!
This is an optional feature I may use it for hackathon registration.
Summary
The problem of the current blockparty is that it only knows the twitter account of each participant, and capturing more info (full name, email, skill sets of participants, etc) through dapp is either hard or not necessary. The workaround is to ask these questions prior to the event via external service (eg: google form) then issue invitation code specific to a user. When the user register with the invitation, it will update the user's public address to
InvitationRepository
so that you can later join participants info on the smart contract with off chain data without storing additional information into the main contractConference.sol
.Added features.
Feedback welcome @jefflau @adamdossa @hacktar