Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anchor RSVPs on a smart contract (decentralized case) #12

Open
elmariachi111 opened this issue Apr 14, 2020 · 0 comments
Open

anchor RSVPs on a smart contract (decentralized case) #12

elmariachi111 opened this issue Apr 14, 2020 · 0 comments

Comments

@elmariachi111
Copy link
Member

  • Requires the user to be authenticated with an SSI/DID (3box)
  • to signup, send a transaction with your public address to a contract's "signup" function
  • the organizer now knows, which "public addresses" / 3box identities will join.
  • in a good case he also knows who's the real person behind that address (3box identity)
  • in the best case that identity contains a mail address where the organizer can send notification emails to.
  • some sample code (defunct) here: https://github.com/cod1ng-earth/ce-website/tree/contracts/api
  • decide wether each event needs its own smart contract instance. We can simply anchor its GraphCMS id in a mapping on the base contract and rsvp users by adding their address to a list
@elmariachi111 elmariachi111 changed the title anchor RSVPs on a smart contract anchor RSVPs on a smart contract (decentralized case) Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant