createNft and minting an edition #58
-
Hi all. If createNft is called to create a limited edition NFT mint, can the master edition returned in the output be used to create the remaining limited editions? If so, via what API? I don't see a way to pass the master edition to createNft. Thanks in advance for the help! Take care, enderzshadow.sol |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi 👋 That's a good question, the NFT module is still under development and we're planning on adding more features such as minting a limited edition from a master edition. This is actually quite high on my priority list so it should be released fairly soon but, at this time, this is not doable with the new SDK. EDIT 2022-04-22: This is now supported from version |
Beta Was this translation helpful? Give feedback.
Hi 👋 That's a good question, the NFT module is still under development and we're planning on adding more features such as minting a limited edition from a master edition. This is actually quite high on my priority list so it should be released fairly soon but, at this time, this is not doable with the new SDK.
EDIT 2022-04-22: This is now supported from version
0.7.0
.