Skip to content

Demo "Fund me" contract written in Solidity and using Hardhat. The contract allows you to deposit funds into it as long as the amount is minimum 50$. It will store the addresses of the funders and the amounts sent by each funder. Only the owner can withdraw the funds.

Notifications You must be signed in to change notification settings

xKeywordx/hardhat-fund-me

Repository files navigation

Sample Hardhat Project

Basic Hardhat "Fund Me" contract. You can fund the contract as long as the minimum amount is 50 USD and only the owner of the contract can withdraw the funds from the contract.

The contract will store the addresses of the funders along with the amount funded. You can access this info with the help of the getter functions.

About

Demo "Fund me" contract written in Solidity and using Hardhat. The contract allows you to deposit funds into it as long as the amount is minimum 50$. It will store the addresses of the funders and the amounts sent by each funder. Only the owner can withdraw the funds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published