Skip to content

Qazalin/diamond-defi

Repository files navigation

De-Fi Contracts with eip-2535

This repository contains a set of upgradable defi smart contracts that share the same storage. The problem with immutable contracts on Ethereum has always been the cost of migrating to another contract and shipping upgrades. Proxy contracts are a way to get around this but most of them don't provide a way of retrieving the contract's storage across multiple upgrades. diamond

Using low-level assembly and a shared storage paradigm, the Diamond pattern provides a standard for upgradable smart contracts with shared storage. The Diamond also allows for large-scale projects that are suitable for complex De-Fi applications

About

A set of de-fi contracts that follow the diamond pattern eip-2535

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published