Description
3TIX platform helps events organizers to create and sell event tickets in form of NFT. All the event data are stored on IPFS and compatible with ERC721 metadata format, so bought tickets can be easily re-sold on NFT marketplaces like OpenSea, LooksRare, etc. Created NFTs are also compatible with ERC2981 format, so creators of the event can receive royalties from secondary sales of tickets, which is one of the biggest problems in web2 for the ticketing industry.
Source code
How to use
- Go to the app https://3tix.github.io/event-management/
- Use any of the features:
- Create event
- Buy ticket
- Claim QR code
How it's Made
- Smart contract deployed and tested on Polygon Mumbai
- All the data for the events and NFT details are published to IPFS. Example via nft.storage
- We are utilizing The Graph protocol to index on-chain and IPFS event data.
- Covalent helps us get the NFTs owned by the user, so the user can burn the NFT to get a QR code ticket.
- DApp frontend is also deployed to IPFS. example of some IPFS deployment
- Our Backend deployed to AWS.
- POAP to be distributed after the event
Log in or sign up for Devpost to join the conversation.