Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise EIP-2535 #5120

Closed
wants to merge 11 commits into from
2 changes: 1 addition & 1 deletion EIPS/eip-2535.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires: 1538, 2535
## Abstract
<img align="right" src="../assets/eip-2535/diamond.svg" width="230" height="230">

This EIP proposes a standard for creating modular smart contract systems that can be extended after deployment ("Diamonds"). This enables smart contracts to effectively have no size limit, and to be upgraded without having to redeploy existing functionality. A Diamond's "Facets" can be added, replaced, or removed without having to worry about unintended side-effects, providing a layer of abstraction that aids development.
This EIP proposes a standard for creating modular smart contract systems that can be extended after deployment ("Diamonds"). This enables smart contracts to effectively have no size limit, and to be upgraded without having to redeploy existing functionality. A Diamond's functions can be added, replaced, or removed individually, providing a layer of abstraction that aids development.
Pandapip1 marked this conversation as resolved.
Show resolved Hide resolved

## Motivation

Expand Down