0.3.0 • Published 3 years ago
@ignored/hardhat-ignition v0.3.0
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 @ignored/hardhat-ignitionAnd add the following statement to your hardhat.config.js:
require("@ignored/hardhat-ignition");Or, if you are using TypeScript, add this to your hardhat.config.ts:
import "@ignored/hardhat-ignition";Tasks
This plugin provides the deploy and plan tasks.
Usage
Please see the getting started guide