0.3.0 • Published 2 years ago

@ignored/hardhat-ignition v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.3.0

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

2 years ago

0.0.2

3 years ago