Introducing ReflexReflex is an open-source framework for building and maintaining upgradeable Solidity applications. It consists of a few abstract smart contracts designed to be inherited and extended in a Solidity codebase. In this post, we discuss why we built Reflex and what it accomplishes. The code is available on Github under the GPL-V3.0 license.A Framework, not an EIPHistorically, Solidity building blocks have taken the form of libraries like Solmate, OpenZeppelin, and Solady or in EI...