Deep Dive¶
Welcome to the internals! This section explains how our plugins work.
Reading Order¶
Start from the top if you're new to Hardhat plugins:
- Hardhat Plugins 101 - What's a plugin?
- Plugin Anatomy - Files and structure
- Our Packages - How they fit together
- Tasks - CLI commands
- Hooks - Lifecycle integration
- Node Plugin - Node management internals
- Compile Plugin - Compilation internals
- Deploy Plugin - Deployment internals