Users can purchase tickets and perform check-ins using this decentralized application (dApp). This is my Batch#6 grant project.
This repository contains a Web3-based flight ticket booking application. Users can purchase tickets and perform check-ins using this decentralized application (dApp).
This is my Batch#6 grant project.
Before you begin, you need to install the following tools:
Then download the challenge to your computer and install dependencies by running:
git clone https://github.com/kocaemre/ensAirlines.git ensAirlines
cd ensAirlines
yarn install
in the same terminal, start your local network (a blockchain emulator in your computer):
yarn chain
in a second terminal window, ๐ฐ deploy your contract (locally):
cd ensAirlines
yarn deploy
in a third terminal window, start your ๐ฑ frontend:
cd ensAirlines
yarn start