GenesysGo / shadow-nft-standard

A new, open, and permissive Solana NFT standard
https://sample-nft-ui.shadow.cloud/
Apache License 2.0
31 stars 5 forks source link

Creators shouldn't be limited to accounts owned by System program #18

Open etodanik opened 1 year ago

etodanik commented 1 year ago

https://github.com/GenesysGo/shadow-nft-standard/blob/b5dd8edab44aceec6fa3a7eb7ad200363b8865b4/programs/shadow-nft-standard/src/instructions/create_group.rs#L20

There are many legit use cases (in fact, for me they're almost the exclusively interesting cases) of minting NFTs' from PDA owned by other programs. This is a needless limitation.

tanmaymunjal commented 1 year ago

Hey @israelidanny , I have added a pull request for this issue, could you please review?