Creators
.Creator
can own many Galleries
, Collections
, and NFTs
.Gallery
can contain many Collections
and NFTs
.Collection
can contain many NFTs
. creator
object is not yet defined on the blockchain, however, it may be possible to simply use the account
object that is already defined.gallery
object is not yet defined on the blockchain.collection
object is not yet defined on the blockchain.token_uri
field of the minted NFT or the base_uri
field of the NFT Metadata object already defined on the blockchain. These fields are simple string fields and could accommodate JSON objects with such info.