erc1967
There are 6 repositories under erc1967 topic.
0xPhaze/upgrade-scripts
Foundry scripts to automate and keep track of deployments and proxy upgrades.
0xPhaze/UDS
Upgradeable Contracts using the Diamond Storage pattern.
MikeSpa/proxy-pattern
Implementation of the various upgradeable proxy pattern available with solidity: TransparentUpgradeableProxy, UUPSUpgradeable, Beacon, Diamond
Evalir/ProxyNomicon
A dive into the dark arts of EVM Proxies
pashaapsky/solidity-ERC1967ProxyUpgrade.sol
Реализация обновления смартконтрактов через proxy-контракт ERC1967Upgrade, с контракт-админом proxyAdmin и без него.