-
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
Recursive endpoint to get inscription on sat #2277
Comments
Inscriptions on the same sat are prohibited by the current ord codebase aren't they? Was looking at this line. Of course, one can just remove the condition, build and inscribe but was wondering what's the idea here. |
Having these same API endpoints available under inscriptions would be super useful too:
Also, is it necessary to have |
Looking forward to this so I can make my own "social media wall" sat which I will post stuff to by re-inscribing the "data" sat it's connected to.
Plenty other use cases become possible with this. Sky is the limit! |
probably not going to add the Recursive inscriptions would need to get the id from |
@raphjaph Having Consider the following inscription: <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/sat/XXX/-1" />
<script src="/sat/YYY/-1"></script>
</head>
<body>
...
</body>
</html> With sat indexed endpoints for fetching content, I can easily update this inscription. Same is certainly possible with |
Closed by #2680 |
See discussion in #2200. Something like:
The text was updated successfully, but these errors were encountered: