This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.20; | |
/** | |
* @title Decentralized Insurance Smart Contract | |
* @dev Developed as part of IIT Kanpur Blockchain Course-End Project | |
* This contract automates policy issuance, premium payment, claim submission, and claim payout. | |
* Author: Abhinandan (Blockchain Certification Submission) | |
*/ | |