This repository houses a decentralized fundraising smart contract built with Solidity, Hardhat, Ethers.js, and integrated with Chainlink AggregatorV3Interface for real-time price feeds.
Decentralized Fundraising: Conduct secure and transparent fundraising campaigns on Ethereum. Real-time Price Feeds: Utilizes Chainlink AggregatorV3Interface for accurate value representations.
- Clone the repository:
git clone https://github.com/your-username/fund-me-smart-contract.git
- Install dependencies:
cd fund-me-smart-contract
npm install
- Deploy the smart contract:
npx hardhat run scripts/deploy.js --network [your-network]
Contributions are welcome! Fork the repository, make changes, and submit a pull request. Follow the Contribution Guidelines.
This project is licensed under the MIT License.