0.3.0 • Published 8 months ago

@ignored/hardhat-ignition v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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 @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

0.1.0

9 months ago

0.3.0

8 months ago

0.1.2

9 months ago

0.2.0

9 months ago

0.1.1

9 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.2

2 years ago