Skip to content

piketrcechillas/hardhat-interface-generator

 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%