/hardhat-erc1820

Primary LanguageTypeScriptMIT LicenseMIT

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";