hardhat-erc1820
v0.1.0
Published
Hardhat plugin to automatically deploy the ERC-1820 Registry contract.
Readme
hardhat-erc1820
Hardhat plugin to automatically deploy the ERC-1820 Registry contract.
Installation
yarn install hardhat-erc1820Import 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>";