/Book-my-seat

Blockchain based Ticket purchasing application. It's just a personal project and lot of features are still to be implemented. Prototype of UI has been made with possible features to be implemented and blockchain part coding is near done. It is deployed over Polygon Mumbai testnet.

Primary LanguageJavaScript

Book My Seat

Blockchain based Ticket purchasing application. It's just a personal project and lot of features are still to be implemented!

Technology Stack & Tools

  • Solidity (Writing Smart Contracts & Tests)
  • Javascript (React & Testing)
  • Hardhat (Development Framework)
  • Ethers.js (Blockchain Interaction)
  • React.js (Frontend Framework)
  • MetaMask

Requirements For Initial Setup

  • Install NodeJS. Recommended to use the LTS version.
  • Install MetaMask on your browser.

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ npm install

3. Run tests

$ npx hardhat test

4. Start Hardhat node

$ npx hardhat node

5. Run deployment script

In a separate terminal execute: $ npx hardhat run ./scripts/deploy.js --network localhost

6. Start frontend

$ npm run start