MythicalGames / dgoods

A token standard for digital goods
https://dgoods.org
GNU Lesser General Public License v3.0
112 stars 41 forks source link

The quantity value when issuing an NFT is ignored #16

Closed dbendt closed 5 years ago

dbendt commented 5 years ago

In the issue action, supplying any quantity to the action will always produce 1 NFT. To maintain consistency with fungible tokens, I'd suggest either separating issue as it's own action issuenft, or loop through the quantity value provided and mint the supplied number of NFTs.

cthacker commented 5 years ago

This has been addressed and updated in the develop branch -- along with many other changes. Check it out! It will be merged into master and released shortly.