This is a solidity project to illustrate the concept of making payments/funding/transfers of ether in a solidity contracts. Testing is done with foundry.
- git
- Click the link above to install git. Afterwards run
git --version
in your terminal. You should see a response that looks like this: you see a response likegit version x.x.x
. wherex.x.x
is your version number. eg:2.39.1
- Click the link above to install git. Afterwards run
git clone https://github.com/0xSimeon/foundry-fundme-f23
cd foundry-fund-me-f23
forge build
This project contains follow-along codes I wrote that are originally part of the projects included in Patrick Collins Foundry course for 2023. Link to repo.