0.1.0 • Published 3 years ago

hardhat-erc1820 v0.1.0

Weekly downloads
47
License
MIT
Repository
github
Last release
3 years ago

hardhat-erc1820

Hardhat plugin to automatically deploy the ERC-1820 Registry contract.

Installation

yarn install hardhat-erc1820

Import the plugin in your hardhat.config.js:

require("<your plugin npm package name>");

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

import "<your plugin npm package name>";