0.0.3 • Published 2 years ago

hardhat-if-gen v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

hardhat-interface-generator

Generate solidity interfaces updated for version 0.8.4, with License support

Hardhat plugin.

Installation

npm install hardhat-if-gen

Import the plugin in your hardhat.config.js:

require("hardhat-if-gen");

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

import "hardhat-if-gen";

Tasks

This plugin adds generate-interface task to Hardhat:

Usage

yarn hardhat generate-interface <contract name>