New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nomicfoundation/hardhat-ignition-ethers

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nomicfoundation/hardhat-ignition-ethers

The Ethers extension to 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 t

  • 3.0.0-next.0
  • next
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
29K
increased by6.26%
Maintainers
3
Weekly downloads
 
Created
Source

Hardhat Ignition Ethers plugin

This plugin integrates Hardhat Ignition with ethers.js into Hardhat.

Installation

To install this plugin, run the following command:

npm install --save-dev @nomicfoundation/hardhat-ignition-ethers@next

and add the following statements to your hardhat.config.ts file:

// ...
import ignitionEthersPlugin from "@nomicfoundation/hardhat-ignition-ethers";

// ...

export default {
  // ...
  plugins: [
    // ...
    ignitionEthersPlugin,
  ],

  // ...
};

Usage

This plugin defines a new ignition property on every NetworkConnection object, which allows you to deploy contracts using Hardhat Ignition, and returns an ethers contract instance for each deployed contract.

Keywords

FAQs

Package last updated on 20 Feb 2025

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc