Skip to content

Instantly share code, notes, and snippets.

@jim-toth
Last active July 29, 2023 04:12
Show Gist options
  • Save jim-toth/ae081ee9b73cb11992fdcea2b5351db3 to your computer and use it in GitHub Desktop.
Save jim-toth/ae081ee9b73cb11992fdcea2b5351db3 to your computer and use it in GitHub Desktop.
Arweave Related Assets (Preview / Thumbnail) Spec
@jim-toth
Copy link
Author

jim-toth commented May 30, 2023

One remaining question: would it make sense to signal the type of relation something has to the original asset?

For example, if it is meant to be an "alternative render" as is the case with thumbnails, this could explicitly be signaled with another tag like Relation-Type with a value like thumbnail.

@bardionson
Copy link

bardionson commented May 30, 2023

I like this idea.
I would like to have support for multi channel video. So the entire art piece could be 10 video files that are played in parallel on different devices.
Could this concept be standardized as an ERC for ethereum?

@jim-toth
Copy link
Author

jim-toth commented Jun 6, 2023

@jim-toth
Copy link
Author

jim-toth commented Jun 6, 2023

I like this idea. I would like to have support for multi channel video. So the entire art piece could be 10 video files that are played in parallel on different devices. Could this concept be standardized as an ERC for ethereum?

This is mostly about how to tag assets when publishing them to Arweave. These tags can be queried from Arweave Gateways. I suppose with an erc you could have a primary asset be the URI, and then know to search Related-To of the arweave tx id. Not sure how to or if it's appropriate to make these kind of associations in an EVM contract

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment