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

[Feature]: Allow multiple nftPayments / nftBurns per mint. #21

Open
a-broz opened this issue Mar 1, 2023 · 2 comments
Open

[Feature]: Allow multiple nftPayments / nftBurns per mint. #21

a-broz opened this issue Mar 1, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@a-broz
Copy link

a-broz commented Mar 1, 2023

Feature

Allow multiple nftPayments / nftBurns per mint.

Standard Change?

No

Ideal solution or implementation

Simple solution is to extend the current gates to allow an "amount" as a part of the configuration. Then during the mint process it burns/ transfers multiple NFTs at once from the given collection.

Alternative solutions or implementations

No response

Other context

No response

@a-broz a-broz added the enhancement New feature or request label Mar 1, 2023
@febo febo transferred this issue from metaplex-foundation/mpl-candy-guard Apr 6, 2023
@febo
Copy link
Contributor

febo commented Jun 3, 2023

The challenge is to avoid hitting the transaction size (number of accounts) and compute limits to support this. We could probably fit about 5 payment/burn per mint.

@Haseebshah936
Copy link

@a-broz @febo did you guys found a way to do multiple nft minting? Or is there a work around for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants