From 34d7243bd6dcd91cc4a7e97c0f8a3f241235ad89 Mon Sep 17 00:00:00 2001 From: abdulla-cb Date: Fri, 6 Sep 2024 21:22:19 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4395e2e..dc3d12e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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