There are 0 repository under uups-proxy-pattern topic.
Implementation of the various upgradeable proxy pattern available with solidity: TransparentUpgradeableProxy, UUPSUpgradeable, Beacon, Diamond
Simple boilerplate for getting started quickly developing upgradeable smart contracts using OpenZeppelin UUPS proxies.
This repository contains the basic implementation of Transparent & UUPS proxy patterns using Openzeppelin Upgrades Plugin.
UUPS Proxy Pattern Implementation Project.
UUPS-compliant contract in Solidity, allowing token staking, unstaking, and claiming with built-in pause and upgrade features
UUPS proxy for updating smart-contracts with an explanation.
Professional implementation of upgradeable smart contract system demonstrating mastery of UUPS proxy patterns, state persistence, and secure upgrade mechanisms. Built with industry best practices using Foundry & OpenZeppelin. Features comprehensive testing suite and automated deployment infrastructure.
This project includes contract which allow users to lend, borrow tokens and earn interest, by using compound 3 underneath