It seems like Metaplex's candy-machine ships with some built-in assumptions about the way tokens will be minted and sold. Such as:
- All NFTs in the collection will have the same price.
- Buyers cannot pick WHICH asset in the collection they want to buy; what you get is a surprise.
Is this correct? Or is it more flexible?
I'm curious if candy-machine handle either of the following circumstances:
A. a small collection of unique tokens that buyers can choose specifically? Not randomly assigned?
B. 10 "copies" of the same original. Metaplex framework documentation calls these Prints and Master Edition, respectively. It's unclear to me how these concepts relate to a candy_machine sale (if at all).
Are uses-cases like these simply out of scope for Candy Machine?