-
Notifications
You must be signed in to change notification settings - Fork 3
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
Advise on Contract Spec #5
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI'm part of Starknet ecosystem since around 2 years as a developer/contributor on several projects (starknet.dart, kakarot, madara, ark project). How I plan on tackling this issueI will review the proposal for contract and check if there is some standard or pattern from OZ which can be usefull. |
Hi @caseywescott please can I be assigned to this issue |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a blockchain developer please assign me and i will come up with a PR immediately How I plan on tackling this issueI will approach the problem with the following: 1. Data Type Consistency
2. Storage Structure
3. Robustness
Recommendations
|
The maintainer caseywescott has assigned ptisserand to this issue via OnlyDust Platform. |
Here is the Rough Spec Idea:
#4 (comment)
It would be great for you to look at the data types for each field and see if they are consistent with the popular patterns seen in NFT series.
I'd also like to know if the structure of the contract looks robust. Specifically if the:
(Storage (Series (ArtistMetadata, SVG data))) is the best way to structure things.
Basically red pen any weaknesses and make recommendations for a better implementation for implementing a contract that manages Series of SVG NFTs
The text was updated successfully, but these errors were encountered: