@ignored/hardhat-ignition
v0.3.0
Published
[![npm](https://img.shields.io/npm/v/@ignored/hardhat-ignition.svg)](https://www.npmjs.com/package/@ignored/hardhat-ignition) [![hardhat](https://hardhat.org/buidler-plugin-badge.svg?1)](https://hardhat.org)
Downloads
93
Readme
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-ignition
And 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