This is an open factory of smart contracts with deterministic addresses. Based on t11s awesome CREATE3 library.
We all love having the same address for our smart contracts across different chains. This is a tool for that.
You can see how it can be used under the end to end tests.
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
To install with Hardhat or Truffle:
npm install @mean-finance/deterministic-factory