SNIPs icon indicating copy to clipboard operation
SNIPs copied to clipboard

Immutable Component Config (SRC-107)

Open ericnordelo opened this issue 6 months ago • 3 comments

Discussion:

https://community.starknet.io/t/immutable-component-config/114434

Abstract

This standard proposes a mechanism to allow setting components’ configurable constants in the implementing contracts without needing to save them in storage. Component providers can leverage this standard to make them configurable while keeping the constants hardcoded in the bytecode, removing the extra storage reads required if storage were to be used for this matter.

SNIP number

I followed the PR number pattern to assign 107.

ericnordelo avatar Aug 20 '24 12:08 ericnordelo