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

Convert the singular ERC-721 collection into ERC-1155 multi-token collection #181

Open
drewcook opened this issue Oct 21, 2022 · 1 comment · May be fixed by #243
Open

Convert the singular ERC-721 collection into ERC-1155 multi-token collection #181

drewcook opened this issue Oct 21, 2022 · 1 comment · May be fixed by #243
Assignees
Labels
feature This is a new feature request new issue This issue hasn't been triaged from the core team

Comments

@drewcook
Copy link
Owner

drewcook commented Oct 21, 2022

Use ERC-1155 Multi-token Collections for NFTs

User Story

As a user, I should be able to see each Arbor project as its own collection with different token IDs representing versions of that project.

Acceptance Criteria

  • The PolyechoNFT.sol contract should be renamed to ArborCollection.sol
  • The collection contract should implement an ERC-1155 multi-token standard
    • Should use OpenZeppelin since we are already using their contracts
  • The collection should include royalty splits
  • The collection should work with NFT marketplaces like OpenSea and Rarible
  • Should minimize gas costs as much as possible, improving the existing contract’s usage
  • The contract is deployed on all the relevant networks
  • The contract address is updated on all documentation
  • The contract is verified on Etherscan and other block scanners

Notes

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

@drewcook drewcook added new issue This issue hasn't been triaged from the core team feature This is a new feature request labels Oct 21, 2022
@drewcook drewcook changed the title Convert 721 Collection into an 1155 Multi-token collection Convert the singular ERC-721 collection into ERC-1155 multi-token collection Oct 21, 2022
@drewcook
Copy link
Owner Author

@noahdahlman @Harsh8196 - please fill in any details from the meeting

@Harsh8196 Harsh8196 self-assigned this Dec 19, 2022
@drewcook drewcook linked a pull request Dec 25, 2022 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This is a new feature request new issue This issue hasn't been triaged from the core team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants