8000 GitHub - AltcoinCollective/hardhat-erc1820
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AltcoinCollective/hardhat-erc1820

 
 

Repository files navigation

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("hardhat-erc1820");

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

import "hardhat-erc1820";

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%
0