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

Ticket, Event class draft for chaincode #11

Open
Tracked by #5
TwoPair opened this issue Nov 8, 2023 · 0 comments
Open
Tracked by #5

Ticket, Event class draft for chaincode #11

TwoPair opened this issue Nov 8, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@TwoPair
Copy link
Owner

TwoPair commented Nov 8, 2023

Introduction

We need to make the chaincode sophisticatedly to offer a guarantee that users believe there are NO scalper on this service.

If you have any great idea of it, please don't hesitate to shoot out yours to us.

Asset

Event

member variables

  • eventID : serial number or specific format for event
  • organizer : establisher's id of the event

member methods

  • ...

Ticket

member variables

  • eventID : serial number or specific format for event
  • ticketID : serial number or specific format for ticket
  • seatNum : seat number of event
  • owner : serial number or specific format of a member who holds this ticket

member methods

  • ...
@TwoPair TwoPair mentioned this issue Nov 8, 2023
39 tasks
@TwoPair TwoPair added the documentation Improvements or additions to documentation label Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant