Skip to content

Instantly share code, notes, and snippets.

View sanu2002's full-sized avatar
🏠
Working from home

sanujitmajhi sanu2002

🏠
Working from home
View GitHub Profile
@sanu2002
sanu2002 / contracts...FundMe.sol
Created May 12, 2026 19:33
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.35+commit.47b9dedd.js&optimize=undefined&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.18;
import {AggregatorV3Interface} from "@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.sol";
import "contracts/LibCoversion.sol";
// You can use this Interface but this is cluttered because code becomes messy !
// Better we will use Npm packages