Skip to content

Abhimanyu121/TicketsOnChain

Repository files navigation

NFT Tickets On Chain

A decentralized Platform for all your Events.
Please Use Matic Mumbai Testnet.

About Project

This project is Matic based event hosting platform, it utilizes WalletConnect for check in, 3BOX for profile management, IPFS for files hosting and web3connect for managing Web3 Provider.

A lot of things can be built around these NFT tickets, like Cohorts, Putting unused Tickets(NFTs) as collateral,Proof of presence etc. Possiblities are limitless and Matic adds cherry on top of it.
You can find a video demo of project here.
You can find deployed app at here.




Note : If tickets does not load right away, connect to metamask and make sure you are on mumbai testnet.
Note : Dapp is hosted at netlify and might take a few seconds to load up.

Features of Project

  1. NFTs as tickets for events.
  2. Faster transaction rate and easy check ins with matic and wallet Connect.
  3. Low operation costs.
  4. Simply scan Wallet Connect QR code to Checkin, fast matic Transactions will make whole experience seamless.
  5. Easy Payments for tickets using ETH or DAI.
  6. Decentralized management of Profile using 3BOX.
  7. Event Hosts can check profiles of ticket holders.
  8. If some ticket holders did not configure his profile, Event host can still see all the events hosted and tickets held by ticket holder.
  9. Event host can set maximum number of ticket to be sold.
  10. Event host can also disable an event to stop more ticket purchases.
  11. Users can view tickets held by them(tickets are NFTs).
  12. Users have choice whether to add information to their profile or not.
  13. This Dapp supports three methods of using web3, Metamask, Torus and WalletConnect.
  14. Check-In is done using Wallet Connect, attendee scans qr code using WalletConnect enabled wallet and confirms an transaction.
  15. All the images of events are hosted on IPFS.

Tech Stack

  1. Matic - Matic Mumbai testnet for fast and low cost transactions.
  2. React - Used for Buidling Dapp.
  3. WalletConnect - For Checking in and web3 Provider.
  4. Web3Connect - Enabled support for multiple Web3 Provider.
  5. 3BOX - Used For Identity and profile management of Users.

Some Remarks

  1. Please Refrain from using Exceptional Values, proper exceptional Handeling is yet to be added.
  2. For Testing you can use given private key - 6AD90A424022BE35F9A95AE44143DB08C894BA44ED0DE90B67199288E06924D5 This will allow you to test the Dapp better, you wont have to add event or anything.
  3. This Dapp is relys on kovan, thus please switch to kovan before Using Dapp.
  4. If something goes wrong please ping me on telegram, my user name is abhimanyu121.
  5. This was our first Dapp and website, thus it might have some rough edges here and there.
  6. This Dapp is hosted here

Running Development server

  1. Install all the dependencies with npm install.
  2. Run Development server with npm start.

Some Screenshots

|| ||

Future Roadmaps

  1. Deployment to Mainnet.
  2. Adding Support for more ERC20 tokens.
  3. Dynamic Pricing to mitigate effect of fluctuating price of eth.
  4. Adding Support for multiple event admins.
  5. Optimizing Ui and Ux.