Skip to content

Build, compile, test and deploy smart contract from scratch on hardhat.

Notifications You must be signed in to change notification settings

kartik-giri/Hardhat_fundMe_SmartContract

Repository files navigation

Fund Me Smart Contract

This repository houses a decentralized fundraising smart contract built with Solidity, Hardhat, Ethers.js, and integrated with Chainlink AggregatorV3Interface for real-time price feeds.

Features

Decentralized Fundraising: Conduct secure and transparent fundraising campaigns on Ethereum. Real-time Price Feeds: Utilizes Chainlink AggregatorV3Interface for accurate value representations.

Getting Started

  1. Clone the repository:
git clone https://github.com/your-username/fund-me-smart-contract.git
  1. Install dependencies:
cd fund-me-smart-contract
npm install
  1. Deploy the smart contract:
npx hardhat run scripts/deploy.js --network [your-network]

Contributing

Contributions are welcome! Fork the repository, make changes, and submit a pull request. Follow the Contribution Guidelines.

License

This project is licensed under the MIT License.

About

Build, compile, test and deploy smart contract from scratch on hardhat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published