ysqi / hardhat-create2any

Hardhat plugin to automatically deploy the [`create2any`](https://github.com/ysqi/create2any) contract.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hardhat-Create2any

Hardhat plugin to automatically deploy the create2any contract.

Installation

yarn add --dev hardhat-create2any

Import the plugin in your hardhat.config.js:

require("hardhat-create2any");

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

import "hardhat-create2any";

You also can run it as hardhat task:

hre.run("ensureCreate2any");

About

Hardhat plugin to automatically deploy the [`create2any`](https://github.com/ysqi/create2any) contract.

License:MIT License


Languages

Language:TypeScript 100.0%