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

Feat: PoC Basic metadata #3

Merged
merged 8 commits into from
Mar 21, 2024
Merged

Conversation

tekkac
Copy link
Contributor

@tekkac tekkac commented Mar 13, 2024

closes issue in Carbonable/metadata ...

@tekkac tekkac requested a review from cloudvenger March 13, 2024 17:09
Scarb.toml Outdated

[dependencies]
starknet = ">=2.6.0"
starknet = ">=2.6.2"
Copy link

@cloudvenger cloudvenger Mar 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so we go in 2.6.2 ? not in 2.5.4 ?

Copy link

@cloudvenger cloudvenger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remove the useless import.

As it's a PoC, it's good to me.

But, for next iteration, as MVP, we should :

  • Create components to manage metatda and storage. (certificate_tokens and certificate_values should be in this component and not in contract).
  • We should implement a version of ERC-721 Enumerable to manage the total_supply of the certificate collection

src/contract.cairo Outdated Show resolved Hide resolved
@tekkac tekkac merged commit 7eccdd4 into carbonable-labs:main Mar 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants