Skip to content

ltvprotocol/transparent_upgradeable_beacon_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transparent Upgradeable Beacon Proxy

A Solidity implementation of a transparent upgradeable beacon proxy that combines the beacon proxy pattern with transparent proxy upgradability features.

The beacon pattern enables multiple proxy instances to share a single upgradeable beacon, making it efficient to deploy many instances of the same contract. The transparent proxy extension enables updating a specific proxy’s implementation without impacting other contracts linked to the beacon.

Links

About

Transparent Upgradeable Beacon Proxy

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors