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
The EIP-1167 is a standard that allows to minimize the deployment cost of child contracts in a factory pattern by specifying a minimal bytecode.
OpenZeppelin provides a library to easily implement the EIP-1167 standard which we could use to decrease the deployment cost associated to the deployment of on-chain poll contracts from the PollCreator factory.
The text was updated successfully, but these errors were encountered:
The EIP-1167 is a standard that allows to minimize the deployment cost of child contracts in a factory pattern by specifying a minimal bytecode.
OpenZeppelin provides a library to easily implement the EIP-1167 standard which we could use to decrease the deployment cost associated to the deployment of on-chain poll contracts from the PollCreator factory.
The text was updated successfully, but these errors were encountered: