Skip to content

solidstate-network/hardhat-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Solidstate Hardhat Plugin Template

Note: This repository was generated from a template or is the template itself. To set up a new project, update all values and address all comments marked "TODO" and remove this notice.

Installation

npm install --save-dev todo
# or
pnpm add -D todo

Usage

Load plugin in Hardhat config:

import HardhatPlugin from 'todo';

const config: HardhatUserConfig = {
  plugins: [
    HardhatPlugin,
  ],
  hardhatPlugin: {
    ... // see table for configuration options
  },
};

Add configuration under the hardhatPlugin key:

option description default

Development

Install dependencies via pnpm:

pnpm install

Setup Husky to format code on commit:

pnpm prepare

About

πŸ‘·πŸ½ Template for new Hardhat plugins built with TypeScript πŸ”Œ

Topics

Resources

Stars

Watchers

Forks