Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.82 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.82 KB

Flight Delay Insurance System

Flight delayed again 😥, no worries we got you covered! 🤗
Protect your precious time and wallet with upto 100% ticket reimbursement 🤑
Turn delays into W like a King 👑

Project Description

  • Purchase flight delay insurance: Users can purchase insurance policies against flight delays for their upcoming trips.
  • File claims: If a flight is delayed, users can file claims to receive compensation.
  • Track claims: Users can track the status of their claims within the system.

Technology Used

Tech Stack Description
Blockchain MOI
Language Cocolang
Version v0.3.8α

Technology Stack

  • MOI Blockchain: The system will leverage the MOI blockchain for secure and transparent storage of insurance data and execution of claim processing logic.
  • Cocolang: Smart contracts will be deployed on the MOI blockchain to automate the claim processing and payout process. The Smart Contracts are developed in CocoLang.
  • NextJS: A user-friendly front-end application is developed to interact with the smart contracts using ReactJS and NextJS.

Development Status

Project Status: Under Development

Setup Project

  • Install Cocolang Compiler: https://cocolang.dev/releases
  • npm install in cd client
  • run frontend npm run dev

Commands

# get version of cocolang compiler
coco version
# creates new coco.nut file
coco nut init <module_name>
# compile .coco file
coco compile [path_to_coco.nut]
# compile and runs logic using LogicLab utility
coco labtest <module_name>

Thanking You