External Plugin

This is a third-party plugin. Please report issues in its Github Repository(opens new window)

# hardhat-erc1820

Hardhat plugin to automatically deploy the ERC-1820 Registry contract.

# Installation

yarn install hardhat-erc1820

Import the plugin in your hardhat.config.js:

require("hardhat-erc1820");

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

import "hardhat-erc1820";