Skip to content
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

Output recursive #4050

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

1stBitcoinSent
Copy link

Add /r/output/ID recursive endpoint.

😁😅 many 1sts for me here so please go easy on me.

@1stBitcoinSent
Copy link
Author

😀 Hi @casey Hello @raphjaph I'm not sure how to run these checks 😅

@1stBitcoinSent
Copy link
Author

test example using output sat_ranges
1stBitcoinSent test example

thinking 🤔 it would also be interesting to be able to represent the history of sats artistically with recursive endpoint access to transactions

@1stBitcoinSent 1stBitcoinSent marked this pull request as draft November 19, 2024 06:37
@raphjaph
Copy link
Collaborator

How would inscriptions get the outpoint (other than hardcoding it)?

@1stBitcoinSent
Copy link
Author

1stBitcoinSent commented Nov 22, 2024

How would inscriptions get the outpoint (other than hardcoding it)?

Hello 😁 @raphjaph
This is my current workflow:
const getInscriptionId = () => window.location.pathname.split("/").pop();
let response = await fetch(`/r/inscription/${getInscriptionId()}`);
let inscriptionData = await response.json();
inscriptionData.output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants