Socket
Socket
Sign inDemoInstall

@nomicfoundation/hardhat-ignition

Package Overview
Dependencies
306
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nomicfoundation/hardhat-ignition

Hardhat Ignition is a declarative system for deploying smart contracts on Ethereum. It enables you to define smart contract instances you want to deploy, and any operation you want to run on them. By taking over the deployment and execution, Hardhat Ignit


Version published
Weekly downloads
12K
increased by10.15%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

hardhat_Ignition_banner npm hardhat Open in Dev Containers


Hardhat Ignition

Hardhat Ignition is a declarative system for deploying smart contracts on Ethereum. It enables you to define smart contract instances you want to deploy, and any operation you want to run on them. By taking over the deployment and execution, Hardhat Ignition lets you focus on your project instead of getting caught up in the deployment details.

Built by the Nomic Foundation for the Ethereum community.

Join the Hardhat Ignition channel of our Hardhat Community Discord server to stay up to date on new releases and tutorials.

Installation

# ethers users
npm install --save-dev @nomicfoundation/hardhat-ignition-ethers

# viem users
npm install --save-dev @nomicfoundation/hardhat-ignition-viem

Import the plugin in your `hardhat.config.js``:

// ethers users
require("@nomicfoundation/hardhat-ignition-ethers");

// viem users
require("@nomicfoundation/hardhat-ignition-viem");

Or if you are using TypeScript, in your `hardhat.config.ts``:

// ethers users
import "@nomicfoundation/hardhat-ignition-ethers";

// viem users
import "@nomicfoundation/hardhat-ignition-viem";

Documentation

On Hardhat Ignition's website you will find guides for:

Contributing

Contributions are always welcome! Feel free to open any issue or send a pull request.

Go to CONTRIBUTING.md to learn about how to set up Hardhat Ignition's development environment.

Feedback, help and news

Hardhat Ignition on Discord: for questions and feedback.

Follow Hardhat and Nomic Foundation on Twitter.

Keywords

FAQs

Last updated on 11 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc