Skip to content

valdikamenarov/solidity-deterministic-minimal-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Proxy with Deterministic addresses

These Smart Contracts leverage the Minimal Proxy Design EIP-1167 and the CREATE2 EIP-1014 opcode which allows us to calculate a proxy address before deploying it.

This gives us the ability to provide a contract address to a user and only deploy the underlying contract when he starts interaction with it. (e.g. deploy a wallet when money has been added to it).

NOTE! This code has not been tested/audited and is not suitable for production.

About

A Minimal Proxy design with Deterministic Proxy Addresses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published