You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EIP-1167 specifies a Minimal Proxy Contract. It's just a bytecode blob and it would be convenient to wrap it in a factory contract or library. A few people have asked for this.
Consider also including functionality to use create2 for deterministic addresses. See the ProxyFactory contract in OpenZeppelin SDK for reference.
The text was updated successfully, but these errors were encountered:
There have been a few requests in the forum for a Minimal proxy factory. Having as part of OpenZeppelin Contracts could see more use of minimal proxies.
EIP-1167 specifies a Minimal Proxy Contract. It's just a bytecode blob and it would be convenient to wrap it in a factory contract or library. A few people have asked for this.
Consider also including functionality to use create2 for deterministic addresses. See the
ProxyFactory
contract in OpenZeppelin SDK for reference.The text was updated successfully, but these errors were encountered: