hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
16 lines (11 loc) • 461 B
Markdown
# Hardhat's core
This part of the package contains the core of Hardhat, which includes:
- The configuration system
- The configuration variables system
- The plugin system
- The global options system
- The hooks system
- The tasks system
- The user interruptions system
This part of the package is not meant to include any application logic, nor any code that is specific to Hardhat's CLI.
At the same time, it shouldn't be used directly by other packages.