Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 927 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 927 Bytes

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.