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]: Support minting NFTs with uses metadata #826

Open
godzdev opened this issue Oct 15, 2022 · 0 comments
Open

[Feature]: Support minting NFTs with uses metadata #826

godzdev opened this issue Oct 15, 2022 · 0 comments
Labels
enhancement New feature or request investigate

Comments

@godzdev
Copy link

godzdev commented Oct 15, 2022

Which package is this feature request for?

candy-machine

Feature

Currently in both cm v2 and v3, the mint instruction always invokes the create_metadata_accounts_v2 with the Option<Uses> argument set to None. Would be great if you could (e.g. in cm v3) add a uses: Option<Uses> variable to the CandyMachine struct that would initialize all minted NFT metadata accounts with that same uses variable.

Even better would be to add an optional UseAuthority public key (or even a vector, but for my usecase, a single Use Authority Record Account is enough) to the CandyMachine struct that would get approved on mint.

Standard Change?

No

@godzdev godzdev added the enhancement New feature or request label Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request investigate
Projects
None yet
Development

No branches or pull requests

2 participants