Skip to content

Instantly share code, notes, and snippets.

@Abhinandan1487
Abhinandan1487 / InsuranceContract.sol
Created October 11, 2025 11:59
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=false&runs=200&gist=
// 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)
*/