Advantages of Foundry?
- Fast
- Built-in Fuzzing
- Solidity-based testing
- "EVM Cheat codes"
- Scripts based in bash / shell
What do we want to do with frameworks?
- Build
- Test
- Deploy
- Interact
- Forge/Foundryup
- You'll know you've done it right if you can run
forge --version
- You'll know you've done it right if you can run
- Git
- You'll know you've done it right if you can run
git --version
- You'll know you've done it right if you can run
git clone https://github.com/PatrickAlphaC/foundry-play
cd foundry-play
foundryup
make