JSPM

  • Created
  • Published
  • Downloads 103034
  • Score
    100M100P100Q178732F
  • License MIT

Package Exports

  • @nomicfoundation/hardhat-ignition
  • @nomicfoundation/hardhat-ignition/modules

Readme

npm hardhat

hardhat-ignition

Hardhat plugin for orchestrating deployments.

What

This plugin brings Ignition to your Hardhat project, allowing you to orchestrate complex deployments to mainnet, to a local Hardhat node or within tests.

Installation

npm install --save-dev @nomicfoundation/hardhat-ignition

And add the following statement to your hardhat.config.js:

require("@nomicfoundation/hardhat-ignition");

Or, if you are using TypeScript, add this to your hardhat.config.ts:

import "@nomicfoundation/hardhat-ignition";

Tasks

This plugin provides the deploy and visualize tasks.

Usage

Please see the getting started guide