Skip to content

wighawag/hardhat-deploy-ethers

Repository files navigation

hardhat

wighawag-hardhat-plugin-template

A one line description of the plugin

Hardhat plugin example.

What

<A longer, one paragraph, description of the plugin>

This plugin is just an example

Installation

<A step-by-step guide on how to install the plugin>

npm install wighawag-hardhat-plugin-template

And add the following statement to your hardhat.config.ts:

import "wighawag-hardhat-plugin-template";

Required plugins

<The list of all the required Hardhat plugins if there are any>

Nothing required

Tasks

<A description of each task added by this plugin. If it just overrides internal tasks, this may not be needed>

This plugin creates no additional tasks. <or> This plugin adds the example task to Hardhat:

output of npx hardhat help example

Environment extensions

<A description of each extension to the Hardhat Runtime Environment>

This plugin extends the Hardhat Runtime Environment by adding an example field whose type is ExampleHardhatRuntimeEnvironmentField.

Configuration

<A description of each extension to the HardhatConfig or to its fields>

This plugin extends the HardhatConfig's ProjectPaths object with an optional newPath field.

This is an example of how to set it:

module.exports = {
  paths: {
    newPath: "./new-path"
  }
};

Usage

<A description of how to use this plugin. How to use the tasks if there are any, etc.>

There are no additional steps you need to take for this plugin to work.

Install it and access ethers through the Hardhat Runtime Environment anywhere you need it (tasks, scripts, tests, etc).

TypeScript support

<_ any specific infor for typescript support _>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published