metaplex-foundation / mpl-candy-machine

Mint your NFT collection on Solana
https://developers.metaplex.com/candy-machine
Other
76 stars 59 forks source link

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

Open a-broz opened 1 year ago

a-broz commented 1 year ago

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

febo commented 1 year ago

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 commented 7 months ago

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