If we can put directory in IPFS, and store IPFS directory link in MSNFT contract, then we can use order number as unique id for a unique file instead of direct link to a file
Example:
User want to publish collection of some jpgs or mp3 tracks.
He download directory with this tracks to IPFS
Some crazy idea of how to implement collections.
If we can put directory in IPFS, and store IPFS directory link in MSNFT contract, then we can use order number as unique id for a unique file instead of direct link to a file
Example: User want to publish collection of some jpgs or mp3 tracks. He download directory with this tracks to IPFS
It's looking as:
We store IPFS link to a directory and also tether token_id to collection_order_id
Let's say there will be
token_id
"123123" tethered toQwqweqowjmdoqedjmn
master_copy link and has acollection_order_id
"3"This will be means that this user own token in
Qwqweqowjmdoqedjmn
collection, track#3Inspired by ancient method of compacting data in 1990's (CD-ROM)