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

Update the EstateOwner contract into an ERC721 #49

Closed
5 tasks done
abarmat opened this issue Jul 15, 2018 · 0 comments
Closed
5 tasks done

Update the EstateOwner contract into an ERC721 #49

abarmat opened this issue Jul 15, 2018 · 0 comments
Assignees

Comments

@abarmat
Copy link
Member

abarmat commented Jul 15, 2018

Convert the current EstateOwner implementation into an ERC721 compatible registry as it will make easier using the asset within the Marketplace and listing into other platforms.

  • Refactor constructor
  • Update single state variables to mappings accordingly in order to support multiple tokenIds
  • Change current operator name into updateOperator or something meaningful
  • Change EstateOwner to EstateRegistry (proposal)
  • Update tests

Note: Use as a base for the ERC721 standard the OpenZeppelin implementation.

Reference: https://github.com/OpenZeppelin/openzeppelin-solidity/tree/master/contracts/token/ERC721

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants