- Foundry
- Make
Initialize
make initMake a copy of .env.defaults to .env and set the desired parameters.
- Uses Tenderly forks for testing, make sure to add the tenderly fork id to .env.defaults *
Build and Test.
make spinupIn another terminal:
make build
make testforge install <git repo name><@optionnal_tag_or_commit_hash>
make remappingsfoundry update lib/<package>
This will update to the latest Foundry release
foundryup
Playground is a place to make quick tests. Everything that could be inside a normal test can be used there. Use case can be to test out some gas optimisation, decoding some data, play around with solidiy, etc.
make playground