A decentralized application for ticketing that uses Celo blockchain technology to handle all the transactions.
The application allows users to create event tickets and sell them. If the user wants to sell other ticket items (e.g. promotional items, swag or merch) on the same event, he can create ticket items. Any user can buy a ticket or ticket item.
- ability to resell and transfer tickets bought
- ability to buy tickets for other users
- ability to buy ticket items for other users
- ability to validate tickets
- Install the CeloExtensionWallet from the Chrome Web Store
- Create a wallet
- Get some test tokens at alfajores
- Remember to use the alfajores testnet in the CeloExtensionWallet
This project was built with Next.js for the frontend.
first install the dependencies
npm install
then run the server
npm run dev
build
npm run build