Comment on page
Architecture
Takaturn 2.0 makes use of the diamonds, multi-facet proxy pattern. Also known as EIP-2535. The diamond standard. It is a proposal within the Ethereum Improvement Proposal (EIP) framework that introduces a novel approach to structuring smart contracts on the Ethereum blockchain. This standard aims to enhance code reusability, gas efficiency, and upgradability by breaking down smart contracts into modular components called facets. Facets are modular and independent components, each of which are a separate smart contract. Facets are designed to contain specific sets of functionalities or logic within a larger framework. All facets work together in order create a dApp in a scalable way.
Last modified 2mo ago