Skip to content

allemanfredi/erc1820-ethers-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📋 erc1820-ethers-registry

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

 


 

💥 Installation

npm install erc1820-ethers-registry

 


 

🚀 Usage

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published