Deep Dive in Transparent Proxy Code
dev.to·1d·
Discuss: DEV
Flag this post

Intro

In a previous article I made a presentation on Transparent Upgradeable Proxies in Solidity; what they are, why they are useful and key concepts about how they work.

I let readers to dive in at their leisure in the code in this repository should they wish to know more.

I had some feedback though telling me it could be valuable to expose this proxy implementation code alongside precise explanations about how it works.

So here we are, 100% proxy, 100% focus.

Context

Let’s keep something that is working by taking some code from The Nifty repository :

  • [TransparentUpgrad…

Similar Posts

Loading similar posts...