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

Adding erc721 sample #122

Closed
wants to merge 1 commit into from
Closed

Conversation

dwertent
Copy link

@dwertent dwertent commented Jan 20, 2025

Paladin relies on artifacts published by the Zeto repository.

As part of adding support for non-fungible tokens (NFTs) to Paladin, an ERC721 sample contract needs to be added to the Zeto repository. This will allow it to be used later in Paladin's integration tests.

An alternative approach could involve Paladin maintaining its own list of contracts, independent of Zeto. However, I believe the current design - centralizing the contracts in Zeto - helps avoid duplication and potential confusion. Following this principle, I am pushing my changes to the Zeto repository instead of the Paladin repository.

Signed-off-by: dwertent <[email protected]>
Copy link
Contributor

@awrichar awrichar left a comment

Choose a reason for hiding this comment

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

I'm not sure I understand the need for this here. If you have an idea for a new test that leverages Zeto non-fungible alongside ERC-721, perhaps it makes sense to add a unit test here to demonstrate?

Otherwise, if your idea is very specific to Paladin, I think this discussion should be moved to an issue or PR in the Paladin repository.

@dwertent
Copy link
Author

Closing this PR as the addition of ERC721 is not relevant to the Zeto repository. Zeto provides reference implementations for fungible and non-fungible tokens with interfaces tailored specifically to its needs. As such, an ERC721 implementation is unnecessary here.

@dwertent dwertent closed this Jan 22, 2025
@dwertent dwertent deleted the erc721 branch January 22, 2025 16:01
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