Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
- 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 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)
- You'll know you did it right if you can run
git clone https://github.com/nabil-ziani/foundry-fund-me
cd foundry-fund-me
make
forge script script/DeployFundMe.s.sol