-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have some way to return content on the envelop if there is a delegate. #3700
Comments
@raphjaph @casey any thoughts on this? I keep coming up with all these ideas that need the inscribed content of a delegatee. Another example is having a GLSL shader as the content and then the delegate will handle the rendering of the shader code. With GLSL the content are strings so you would need a delegate inscription in order to render them. |
Found a third reason. I am working on an onchain music engine. People would delegate the music engine then inscribe the mod files into the content for playback. |
I think this is a good feature. We'd need a new endpoint, like |
@casey Wouldn't we only need the first one? We also need to make a new cache for those new routes. I was brainstorming a solution to still use the current cached Then around where we proxy the delegate if it has that key in the URL string for the route param we parse it off and then return the envelope inside the inscription Tx. Would this break the We could do |
Whoops, sorry, I meant |
How about |
It would be nice if there was some way to return the content inside the envelope of a delegate inscription. This would be useful for generative inscriptions.
For example a 3D scene that uses a GLB file inside the content and the scene is rendered by the delegate inscription. We can get unique data in
/r/metadata
however we can't create unique files for a delegate.The text was updated successfully, but these errors were encountered: