0.1.2 • Published 4 years ago

@thinkanddev/hardhat-erc1820-rsk v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@thinkanddev/hardhat-erc1820-rsk

Hardhat plugin to automatically deploy the ERC-1820 Registry contract. This plugin is a fork from hardhat-erc1820 adapted to work on the RSK network

Installation

yarn install @thinkanddev/hardhat-erc1820-rsk

Import the plugin in your hardhat.config.js:

require("@thinkanddev/hardhat-erc1820-rsk");

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

import "@thinkanddev/hardhat-erc1820-rsk";