Foundry
Installation
curl -L https://foundry.paradigm.xyz | bashfoundryupBasic Commands
forge init hello_foundryforge buildforge test -vvvv Install Dependencies
Generate remappings for installed libraries
Update Dependencies
Unit Testing
Fuzz Testing
Additional Security
Checking Test Coverage
Static Analysis (Slither)
Invariant Testing
Deployment
Create .env file in root folder:
Update foundry.toml:
SampleContract.s.sol
Verification
Last updated