onflow / flow-nft

The non-fungible token standard on the Flow blockchain
https://onflow.org
The Unlicense
465 stars 169 forks source link

enable having more then one subnft of a given type #219

Closed bjartek closed 6 months ago

bjartek commented 6 months ago

At the moment it is not possible to have more then 1 sub nft of a given type. For things like doodles/flovatar that is needed

joshuahannan commented 6 months ago

I made the change in this PR: https://github.com/onflow/flow-nft/pull/220