-
Notifications
You must be signed in to change notification settings - Fork 73
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
Can I use Erc1155 #2
Comments
The auction house only supports ERC721 since it is designed to only handle one-of-a-kind media. With ERC1155s the code will need to be substantially different to support auctioning off quantities of NFTs for instance. |
Thanks Ian. Should we build it? :) |
Feel free to fork the repo. Zora as a platform doesn't support ERC1155 so there isn't a need to do this on our end. |
@0xJacobean Have you built any 1155 support? I am curently building 1155 auction and asks and was curious if there is anything existing I can base it on. |
Hi all, this code is amazing. Thank you so much everybody for open sourcing this. I want to know if I can auction erc1155s using this code?
The text was updated successfully, but these errors were encountered: