1.1.0 • Published 3 years ago

erc1820-ethers-registry v1.1.0

Weekly downloads
101
License
MIT
Repository
-
Last release
3 years ago

:clipboard: erc1820-ethers-registry

Simple script to deploy an ERC1820 registry in a testing environment that uses ethers.js

 


 

:boom: Installation

npm install erc1820-ethers-registry

 


 

:rocket: Usage

const singletons = require('erc1820-ethers-registry')
const accounts = await ethers.getSigners()
await singletons.ERC1820Registry(accounts[0])