Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dmihal/hardhat-interface-generator


https://github.com/dmihal/hardhat-interface-generator

Last synced: 3 months ago
JSON representation

Lists

README

        

# hardhat-interface-generator

_Generate solidity interfaces_

[Hardhat](https://hardhat.org) plugin.

## Installation

```bash
npm install hardhat-interface-generator
```

Import the plugin in your `hardhat.config.js`:

```js
require("hardhat-interface-generator");
```

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

```ts
import "hardhat-interface-generator";
```

## Tasks

This plugin adds the _gen-interface_ task to Hardhat:

## Usage

```bash
yarn hardhat gen-interface
```