A testnet crowdfunding decentralized web application that helps users to contribute ether to the creator along with a memo.
- Contribute Ether to a project
- Add a memo with your contribution
- View all contributions
- Auto addition of holesky testnet to Metamask
- Node.js
- Hardhat
- Metamask
-
Clone the repository:
git clone https://github.com/ashwincs12/Testnet-Crowdfunding.git cd Testnet-Crowdfunding
-
Install dependencies:
npm install cd client npm install
-
Compile the smart contracts:
npx hardhat compile
-
Deploy the smart contracts:
npx hardhat run scripts/deploy.js --network holesky
-
Start the local development server:
cd client npm start
-
Open your browser and navigate to
http://localhost:3000
Contributions are welcome! Please fork the repository and submit a pull request.