Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wangshouh/upgradecontractlearn

This is a solidity repository that I use to learn and introduce the proxy pattern.
https://github.com/wangshouh/upgradecontractlearn

eip1967 eip2535 solidity

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://hugo.wongssh.cf/) to learn more about these.

Warning:

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