-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
💥 Add ERC1155MetadataURI
Implementation Logic
#34
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some first review feedback - looks very promising!
Co-authored-by: Pascal Marco Caversaccio <pcaversaccio@users.noreply.github.com> Signed-off-by: JT <Jtriley15@gmail.com>
Co-authored-by: Pascal Marco Caversaccio <pcaversaccio@users.noreply.github.com> Signed-off-by: JT <Jtriley15@gmail.com>
Co-authored-by: Pascal Marco Caversaccio <pcaversaccio@users.noreply.github.com> Signed-off-by: JT <Jtriley15@gmail.com>
Co-authored-by: Pascal Marco Caversaccio <pcaversaccio@users.noreply.github.com> Signed-off-by: JT <Jtriley15@gmail.com>
Co-authored-by: Pascal Marco Caversaccio <pcaversaccio@users.noreply.github.com> Signed-off-by: JT <Jtriley15@gmail.com>
Co-authored-by: Pascal Marco Caversaccio <pcaversaccio@users.noreply.github.com> Signed-off-by: JT <Jtriley15@gmail.com>
Co-authored-by: Pascal Marco Caversaccio <pcaversaccio@users.noreply.github.com> Signed-off-by: JT <Jtriley15@gmail.com>
Co-authored-by: Pascal Marco Caversaccio <pcaversaccio@users.noreply.github.com> Signed-off-by: JT <Jtriley15@gmail.com>
Co-authored-by: Pascal Marco Caversaccio <pcaversaccio@users.noreply.github.com> Signed-off-by: JT <Jtriley15@gmail.com>
ERC1155MetadataURI
ImplementationERC1155MetadataURI
Implementation Logic
NOTE: This PR includes only the implementation logic for the ERC1155 token. A subsequent PR will be created with the testing logic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ERC1155MetadataURI
Implementation LogicERC1155MetadataURI
Implementation Logic
PR Checklist
Feature
This PR implements a basic
ERC1155MetadataURI
contract with an owner and minter authentication system. The contract is not feature-complete nor does this PR implement a full suite of unit tests. This will be done in an additional PR.