Flex-NFT-Marketplace / Flex-Marketplace-Contract

12 stars 41 forks source link

Implement Functions' Body for Proxy Contract #4

Closed ametel01 closed 10 months ago

ametel01 commented 10 months ago

Implement the functions' body for the Proxy contract. For reference and consistency, the implementation should align with the existing Cairo0 Proxy.cairo contract.

Dependencies:

scarb v2.4.0 snforge 0.13.0

Requirements:

Ensure that the code passes both scarb fmt and scarb build commands without errors, ensuring proper formatting and successful build.

ametel01 commented 10 months ago

happy to take this

ametel01 commented 10 months ago

@and1vo having had a better look to this i don't think we need a proxy at all, we can just implement upgradable component in contracts that need upgrading.

possc commented 10 months ago

@and1vo having had a better look to this i don't think we need a proxy at all, we can just implement upgradable component in contracts that need upgrading.

Great! I think we can close this, thanks for the heads up!