0.1.0 • Published 5 years ago
hardhat-erc1820 v0.1.0
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>";0.1.0
5 years ago