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 👑
- 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.
| Tech Stack | Description |
|---|---|
| Blockchain | MOI |
| Language | Cocolang |
| Version | v0.3.8α |
- 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.
- Install Cocolang Compiler:
https://cocolang.dev/releases - npm install in
cd client - run frontend
npm run dev
# 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>