Event tickets management and trading plateform that ensure reliability, security and ease of use
This project allows users to register their event and create on chain tickets for it. Those tickets can in turn be bought and sold by any user in the market place of the event. Finally tickets can be used (burned) to attend to the events.
This ensures that bought tickets are legit, still valid, and at a right price.
For the Front-end we use the React framework, we use wagmi and WalletConnect for the wallet modal.
The smart contract is written in Solidity and we use the ERC-1155 for tickets, we generate new NFTS each time a event creator add tickets to his events
The events data such as description, title, location and date are stored on IPFS with web3.storage in a json format