GitHub repo link: https://github.com/GSgiansen/Aptos24
Deployment link:
Aptos Ticketmaster emulates event ticketing through NFTs and blockchain technology. The primary goal is to elevate security and transparency in ticket sales and event entry verification. With the rise of scams and frauds, we hope to eliminate ticket fraud, streamline ticket transfers, and ensure verifiable ownership. Key features include the creation of unique NFT tickets, secure and transparent ownership records on the blockchain, and a real-time verification system that confirms ticket validity and ownership on entry to the event. This cutting-edge approach promises a seamless, secure, and enjoyable experience for both organisers and attendees.
https://drive.google.com/file/d/1TUGhChGGVJJnjRffKlcwLDWESamB6J3H/view?usp=sharing
- Proceed to our website at http://188.166.209.236:3000
- Register your wallet of choice using our connect button
- Browse through our collection of concerts and choose one to purchase by minting that NFT
- Head to http://188.166.209.236:3000/tickets to view all the tickets you have!
- Fork our repo at https://github.com/GSgiansen/Aptos24
- To the aptosticketmaster folder add env file of this format
PROJECT_NAME=
VITE_APP_NETWORK=
VITE_COLLECTION_CREATOR_ADDRESS=
VITE_MODULE_ADDRESS=
VITE_MASTER_ACCOUNTS=
- Run the commands
npm move:init
andnpm move:publish
- Run the command
npm run dev
to see Aptos Ticket Master!
TypeScript, Move, Aptos TypeScript SDK, React, PetraWallet, Aptos Wallet Adapter, Vite