Project Name:
Xeat
Project Track:
Ecosystem
Team Name:
BatamPride
Team Member(s):
2 - @youvandra (me), @Adinil
DevPost URL:
Project Goal:
It is hoped that with Xeat, it can improve the entertainment industry after it was previously stopped due to the covid-19 outbreak by providing a sense of security and comfort to buyers and organizers in holding an event with a blockchain system. In addition, we also focus on providing a better experience for visitors to get closer to their idols with exclusive merchandise and meet-and-greet features. By implementing a blockchain system, we also hope to reduce cases of fraud and the secondary market that raises the selling price too high.
Project Info:
Xeat pitchdeck.pdf (4.2 MB)
Project Website:
https://xeat-blond.vercel.app/
Project Test Instructions:
- You can search for tickets of what event you want to visit
- Choose the type of ticket you want (Regular or VIP class)
- Enter the details of the ticket that you want to purchase
- You can connect to your wallet by clicking “Connect wallet” button
- Click “Mint” button to pay the bills
- Your ticket is already stored in a crypto wallet
- You can check the tickets that have been purchased on opensea
Project Details:
Xeat was created as a web application-based product on software that utilizes blockchain technology to purchase NFT-based event tickets so that it can provide security and ease of purchasing tickets online. With Xeat, all event tickets purchased by users will be in the form of NFT, so that the authenticity of the ticket is proven to be valid because all data contained in the blockchain can be seen by the owner and historical data on the ownership of the NFT. Aside from being an identity marker, the event organizer can also customize the shape of the NFT that will be sold so that it can become a unique souvenir for visitors to commemorate the event. To prevent corruption in event ticket sales, we also present a feature for sharing sales results with event stakeholders by the percentage determined by the organizers. In addition, by using blockchain technology we can ensure that there will be no additional ticket sales for an event. The number of tickets in circulation is in accordance with the predetermined visitor capacity to prevent over capacity by event visitors.
Project Milestones: After we have launched the Minimum Viable Product (MVP), we will work with several musicians to make event that sales exclusively on our platform.
Next, we will sell other types of tickets such as for transportation (airfare, or other vehicles) and also lodging
Contract Address:
Ethereum Goerli Testnet
Proposal for converting to TRON/BTTC :
In the early stages of website development, we created a smart contract on the ethereum network that was created in the Remix IDE. Remix IDE is an open source web and desktop application. It fosters a fast development cycle and has a rich set of plugins with intuitive GUIs. Remix is ​​used for the entire journey of contract development with Solidity language as well as a playground for learning and teaching Ethereum. *you can see the smart contract that we have built above.
Next, we will propose to convert the smart contract into the Tron Network system using the TRC Standards. Tron-IDE is an online editor that helps developers develop smart contracts. It has the characteristics of modularity and provides editing, compiling, and deploying smart contracts in the form of plugins.
After successfully converting the smart contract to the Tron system. We will develop the back-end, front-end, and database preparation. In the backend which will contain the service logic of the website work, we built it with the help of the Laravel framework and the PostgreSQL database. In the front-end that will be the live viewable interface that we built with the NextJS Typescript framework.
After we have developed all of these parts, we will try to connect our website with the smart contract that has been created by compiling the Tron smart contract so that we will get the Application Binary Interface (ABI) and smart contract address to be able to connect the existing smart contract with the back-end. end and front-end that we have developed.