EhsanParsania / hardhat-erc1820

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 100.0%