Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 369 Bytes

Learn Proxy Contract

This is a solidity repository that I use to learn and introduce the proxy pattern.

This repository cover these ERCs:

  • EIP-897
  • EIP-1822
  • EIP-1967
  • EIP-2535

You can read this Chinese blog to learn more about these.

Warning:

The code in this repository is for learning purposes only and has not been audited.