Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulla-cb authored Sep 6, 2024
1 parent e54da5d commit 34d7243
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Tickit

![Screenshot 2024-09-06 at 21 15 50](https://github.com/user-attachments/assets/5294bf1a-f47c-439e-a17b-30b279a9856a)
![Screenshot 2024-09-06 at 21 16 38](https://github.com/user-attachments/assets/a50b27c7-a196-4c66-afb5-f477dce3c90a)

# Frontend

Built with onchain kit
Expand All @@ -16,11 +19,17 @@ Sample script simulating 1M ticket requests can be run with
## Interactions

Event Promoters can register their events on the `EventRegistry` contract.

Users are able to request tickets for events.

Each event has a ticketing window where tickets can be purchased.

Users are also able to pre-request tickets before the ticketing window opens.

If an event is oversubscribed in the pre-request window, then the tickets will be randomly allocated to users.

When users register, they can provide a list of friends. The smart contracts will ensure that all the friends will receive tickets if the original user receives a ticket.

Tickets are issued as unique NFTs, with the capability to show further on-chain data.

## Notes
Expand Down

0 comments on commit 34d7243

Please sign in to comment.