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

Implement ERC721A #2

Open
iam4x opened this issue Jan 28, 2022 · 1 comment
Open

Implement ERC721A #2

iam4x opened this issue Jan 28, 2022 · 1 comment

Comments

@iam4x
Copy link

iam4x commented Jan 28, 2022

The goal of ERC721A is to provide a fully compliant implementation of IERC721 with significant gas savings for minting multiple NFTs in a single transaction. This project and implementation will be updated regularly and will continue to stay up to date with best practices.

https://github.com/chiru-labs/ERC721A

What do you think?

@dabbott
Copy link
Owner

dabbott commented Feb 12, 2022

The concept of ERC721A is great! I think it would be a great option to have and I'd definitely accept a PR for it.

Much like the "reduced deployment costs option", this has tradeoffs in costs/complexity from the OpenZeppelin implementation, so I probably would make it opt-in rather than the default

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

No branches or pull requests

2 participants