uups-proxy-pattern
There are 8 repositories under uups-proxy-pattern topic.
MikeSpa/proxy-pattern
Implementation of the various upgradeable proxy pattern available with solidity: TransparentUpgradeableProxy, UUPSUpgradeable, Beacon, Diamond
SovaSlava/proxies
Different types of proxies patterns
gabrielstoica/hardhat-upgrades
Simple boilerplate for getting started quickly developing upgradeable smart contracts using OpenZeppelin UUPS proxies.
alymurtazamemon/upgradable-smart-contracts-solidity
This repository contains the basic implementation of Transparent & UUPS proxy patterns using Openzeppelin Upgrades Plugin.
ishinu/UUPS-Proxy-Pattern-Implementation-Hardhat-
UUPS Proxy Pattern Implementation Project.
OuailT/Upgradeable_Staking_UUPS
UUPS-compliant contract in Solidity, allowing token staking, unstaking, and claiming with built-in pause and upgrade features
KumaCrypto/UUPS-Proxy-Implementation
UUPS proxy for updating smart-contracts with an explanation.
Sufiyan-dev/Lending-Borrowing-Contract
This project includes contract which allow users to lend, borrow tokens and earn interest, by using compound 3 underneath