metaplex-foundation / sugar

Candy Machine Rust CLI.
Apache License 2.0
198 stars 112 forks source link

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

Closed a-broz closed 1 year ago

a-broz commented 1 year ago

Feature

Allow multiple nftPayments / nftBurns per mint.

Ideal solution or implementation

Simple solution is to extend the gate to allow an amount as a part of the configuration. Then during the mint process it simply burns multiple at once

Alternative solutions or implementations

No response

Other context

No response

samuelvanderwaal commented 1 year ago

This is more of a feature request for the Candy Guard contract itself, correct?

a-broz commented 1 year ago

True, I will raise there. May be worth leaving this open though as a small change would need to be made to sugar as well to accommodate the new feature.

Up to you.

samuelvanderwaal commented 1 year ago

If a Candy Guard change is made Sugar can be updated, but I don't think this issue needs to stay open.