A blockchain based program to order tickets to a show.
This repository contains the codebase our project in the course TTM4195 - Blockchain Technologies and Cryptocurrencies
- Custom shapes of seat placement in shows is limited due to arguments in constructor
- Seatprices are constant and no logic for different prices or zones are implemented
- Rows and colums are 1 indexed
- "Mint function" description: https://ethereum.stackexchange.com/questions/58935/mint-method-usage-in-erc721-token-implementation
- "ERC721 documentation" https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol