hardhat
- Version 3.0.1
- Published
- 2.83 MB
- 18 dependencies
- MIT license
Install
npm i hardhat
yarn add hardhat
pnpm add hardhat
Overview
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
Index
Variables
variable artifacts
const artifacts: ArtifactManager;
variable config
const config: HardhatConfig;
variable globalOptions
const globalOptions: GlobalOptions;
variable hooks
const hooks: HookManager;
variable hre
const hre: HardhatRuntimeEnvironment;
variable interruptions
const interruptions: UserInterruptionManager;
variable network
const network: NetworkManager;
variable solidity
const solidity: SolidityBuildSystem;
variable tasks
const tasks: TaskManager;
Package Files (1)
Dependencies (18)
Dev Dependencies (13)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/hardhat
.
- Markdown[](https://www.jsdocs.io/package/hardhat)
- HTML<a href="https://www.jsdocs.io/package/hardhat"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 7791 ms. - Missing or incorrect documentation? Open an issue for this package.