Implementation of Proxy
- UUPS Proxy
- Diamond Proxy
This is an example of how to list things you need to use the software and how to install them.
Install foundry
curl -L https://foundry.paradigm.xyz | bashInstall foundry cmd
foundryupInstall dependencies
forge iBasic test
forge testTest with traces
forge test -vvvvv
Match test with specific path
forge test --match-path <path>