0.0.3 • Published 4 years ago
hardhat-if-gen v0.0.3
hardhat-interface-generator
Generate solidity interfaces updated for version 0.8.4, with License support
Hardhat plugin.
Installation
npm install hardhat-if-genImport 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>