@mean-finance/deterministic-factory
v1.12.1
Published
Deterministic contracts's addresses factory
Downloads
1,494
Readme
Deterministic Factory
This is an open factory of smart contracts with deterministic addresses. Based on t11s awesome CREATE3 library.
But why?
We all love having the same address for our smart contracts across different chains. This is a tool for that.
Usage
You can see how it can be used under the end to end tests.
Package
The package will contain:
- Compatible deployments for hardhat-deploy plugin under the
@mean-finance/deterministic-factory/deployments
folder. - Typescript smart contract typings under
@mean-finance/deterministic-factory/typechained
Installation
To install with Hardhat or Truffle:
npm install @mean-finance/deterministic-factory