Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 917 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 917 Bytes

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