hardhat
- Version 3.4.5
- Published
- 3.79 MB
- 18 dependencies
- MIT license
Install
npm i hardhatyarn add hardhatpnpm add hardhatOverview
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 builtinPlugins
const builtinPlugins: HardhatPlugin[];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;Namespaces
namespace ../../../../types/global-options.js
module '../../../../types/global-options.js' {}interface GlobalOptions
interface GlobalOptions {}property network
network: string;namespace ../../../types/global-options.js
module '../../../types/global-options.js' {}interface GlobalOptions
interface GlobalOptions {}property coverage
coverage: boolean;namespace ../../../types/hooks.js
module '../../../types/hooks.js' {}interface CleanHooks
interface CleanHooks {}property onClean
onClean: (context: HookContext) => Promise<void>;interface HardhatHooks
interface HardhatHooks {}property clean
clean: CleanHooks;Package Files (5)
Dependencies (18)
Dev Dependencies (12)
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 7132 ms. - Missing or incorrect documentation? Open an issue for this package.
