This box comes with everything you need to build upgradable proxy smart contracts. The front end boiler plate is built on react, but the contracts and web3 work with every framework you love
A simplified implementation of a smart contract proxy pattern in Solidity, based on EIP-1967. This project explores the concept of upgradable smart contracts using proxies, and includes a clear explanation, example code, and key considerations for implementing upgradeable logic safely.