Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

ERC721: path towards completion V2 #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

exp-table
Copy link
Collaborator

This PR makes the ERC721 implementation more compliant with the standard.

1. Interface fix

Some of the view functions were marked as nonpayable instead of view.

2. Support for constructor arguments

Support for both name and symbol have been added.
You can find the function to properly encode the arguments in scripts/deploy.js.

For it to work, it's required that both the name and symbol are short strings (at most 31 bytes).

The corresponding view functions return the appropriate data.

@d1ll0n
Copy link
Contributor

d1ll0n commented May 31, 2022

What is the reason for the changes to package-lock.json?

@exp-table
Copy link
Collaborator Author

What is the reason for the changes to package-lock.json?

None, it was an error! I rolled it back.

@exp-table exp-table assigned exp-table and unassigned exp-table May 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants