🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ignored/hardhat-ignition

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ignored/hardhat-ignition

[![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)

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
5
25%
Maintainers
5
Weekly downloads
 
Created
Source

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

Keywords

ethereum

FAQs

Package last updated on 30 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts