Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wangshouh/upgradecontractlearn
- Owner: wangshouh
- Created: 2022-07-18T11:29:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T03:19:23.000Z (over 2 years ago)
- Last Synced: 2024-04-14T16:47:12.435Z (10 months ago)
- Topics: eip1967, eip2535, solidity
- Language: Solidity
- Homepage: https://blog.wssh.trade/posts/foundry-contract-upgrade-part1/
- Size: 79.1 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-2535You 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.