Inspiration

The uniqueness of NFTs, blockchain technology enables us to provide a platform for people to create tickets as NFTs for events. Such NFTs are tied to user's wallets and such NFT's provides differentiated access to metaverses, decentralized gaming, video platforms etc

What it does

Our dapp enables people to create, sell and buy NFT tickets for online or physical events. TicketBlock is designed to be a solution to the following challenges;

  1. Ticket counterfeiting,
  2. Ticket scalping,
  3. High credit card fees and transaction limit for high volume tickets >$100,000 per person(Space Tourism).

What it does (Features)

Enables people to;

  1. Create ticket
  2. Randomly Assign seat numbers (enabled by Blockchain Random Number)
  3. Discover, buy and sell event tickets.
  4. Price your Tickets in different currencies
  5. Pay for your Tickets in different currencies

How we built it

Front end was built with Angular and backend was built with Solidity.

Accomplishments that we're proud of,

We've successfully deployed our dapp to Aurora and also got our Random Function to work with our dapp.

What's next for TicketBlock

Gathering Feedback from users, product iteration etc.

Deployed Contracts

Aurora Testnet

const environment = {

  eventManagerAddress: "0xbFEc06476ffC67e285Afca10a1b248C5ce955291",   
  faucetAddress: "0x6c1084Ae3C71Dd6791965e8214Ed85bc518F9EEc",
  ticketMarketAddress: '0xB50F358c9abb0734378a49c4AD88A164ee527009',
  seatAsigner: "0xDa620A8140bc5475431dBFeFF178C20E57d3AF9D" 
};

Aurora Mainnet

const environment = {

  eventManagerAddress: "0xE16A5A1528fAb16201e07EDE998f4DDBf31Ac448",   
  faucetAddress: "none",
  ticketMarketAddress: '0x75E83F824403e08ff89E1023F60841148Bf9973D',
  seatAsigner: "0xf7568A3B69F5fc17D1915eDA7Fdb51F1210EE33D" 
};

Built With

Share this project:

Updates