- This is a crowd sourcing app that uses Foundry toolkit
- git
- You'll know you did it right if you can run
git --version
and you see a response likegit version x.x.x
- You'll know you did it right if you can run
- foundry
- You'll know you did it right if you can run
forge --version
and you see a response likeforge Version: 1.0.0-stable
- You'll know you did it right if you can run
git clone https://github.com/joelchully/foundry-fund-me-f25
cd foundry-fund-me-f25
make